Make modules more flexible (builtin or loaded are identical). Add a test module
[lttv.git] / ltt / branches / poly / include / lttv / lttv.h
index bdd39a6643f9e224c925bcd979588945ce1b8ec2..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
This page took 0.023423 seconds and 4 git commands to generate.