aboutsummaryrefslogtreecommitdiff
path: root/desktop/salmon/missing.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-10-01 19:03:11 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-03 09:01:42 +0700
commit880f42641e0a11b722405037900da73fa1baa8db (patch)
treeab284915d63f25dfd9f82f1a0e8b6e0ec92042aa /desktop/salmon/missing.h
parentdee654060638e2d454864ec4300590a92e769434 (diff)
desktop/salmon: Added (afterstep-style load monitor applet)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/salmon/missing.h')
-rw-r--r--desktop/salmon/missing.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/salmon/missing.h b/desktop/salmon/missing.h
new file mode 100644
index 0000000000000..eab4167d68532
--- /dev/null
+++ b/desktop/salmon/missing.h
@@ -0,0 +1,12 @@
+/* headers that should have been included by various salmon
+ source files. */
+#include <time.h>
+#include <ctype.h>
+#include <string.h>
+#include <sys/types.h>
+#include <sys/wait.h>
+
+/* prototypes for salmon's internal functions. these really
+ should have been included in the source... */
+void get_phase(time_t the_time, char char_buf[20]);
+void open_meminfo(void);