From 36a4c5f608ab93fed5f3c48ef175e8eeb49e7b18 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 5 May 2016 08:57:38 -0400 Subject: library: struct slbt_common_ctx: changed the order of elements. --- include/slibtool/slibtool.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 233d80d..e4b21c0 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -190,17 +190,17 @@ struct slbt_common_ctx { enum slbt_mode mode; enum slbt_tag tag; enum slbt_warning_level warnings; + char ** cargv; + char ** targv; + char * libname; const char * target; const char * output; const char * shrext; - char * libname; const char * rpath; const char * release; const char * symfile; const char * regex; const char * user; - char ** targv; - char ** cargv; }; struct slbt_driver_ctx { -- cgit v1.2.3