slackbuilds_ponce/desktop/salmon/missing.h
B. Watson 880f42641e
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>
2020-10-03 09:01:42 +07:00

12 lines
369 B
C

/* 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);