summaryrefslogtreecommitdiff
path: root/src/libmowgli/ext/proctitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmowgli/ext/proctitle.h')
-rw-r--r--src/libmowgli/ext/proctitle.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libmowgli/ext/proctitle.h b/src/libmowgli/ext/proctitle.h
index 479ee84..cee99f0 100644
--- a/src/libmowgli/ext/proctitle.h
+++ b/src/libmowgli/ext/proctitle.h
@@ -6,7 +6,7 @@
*
* src/include/utils/ps_status.h
*
- *-------------------------------------------------------------------------
+ ***-------------------------------------------------------------------------
*/
#ifndef __PS_STATUS_H__
@@ -14,10 +14,13 @@
extern bool mowgli_proctitle_update;
+extern char **mowgli_argv;
+extern int mowgli_argc;
+
extern char **mowgli_proctitle_init(int argc, char **argv);
extern void mowgli_proctitle_set(const char *fmt, ...);
extern const char *mowgli_proctitle_get(int *displen);
-#endif /* __PS_STATUS_H__ */
+#endif /* __PS_STATUS_H__ */