diff options
Diffstat (limited to 'desktop/salmon/missing.h')
-rw-r--r-- | desktop/salmon/missing.h | 12 |
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); |