Make modules more flexible (builtin or loaded are identical). Add a test module
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index 4c9477adee598176b3e50c27c617829a22fb0811..27c610a2a67544deddd445f5271473cd2fd50cfc 100644 (file)
 
 LttvAttribute *lttv_global_attributes();
 
+extern gboolean lttv_profile_memory;
+
+extern int lttv_argc;
+
+extern char **lttv_argv;
 
 /* A number of global attributes are initialized before modules are
    loaded, for example hooks lists. More global attributes are defined
@@ -52,6 +57,4 @@ LttvAttribute *lttv_global_attributes();
 #define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
 #define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
 
-extern gboolean lttv_profile_memory;
-
 #endif // LTTV_H
This page took 0.023444 seconds and 4 git commands to generate.