mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 06:36:22 +00:00
Add --cmd option
This allows to kind of automate what profanity should do as first jobs, e.g. `--cmd /foo --cmd /bar --cmd /quit` so one can easily check for memory leaks. Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <pthread.h>
|
||||
#include <glib.h>
|
||||
|
||||
void prof_run(char* log_level, char* account_name, char* config_file, char* log_file, char* theme_name);
|
||||
void prof_run(gchar* log_level, gchar* account_name, gchar* config_file, gchar* log_file, gchar* theme_name, gchar** commands);
|
||||
gboolean prof_set_quit(void);
|
||||
|
||||
extern pthread_mutex_t lock;
|
||||
|
||||
Reference in New Issue
Block a user