blob: eab4167d685323a86557f59cd568af3a09955002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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);
|