summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/proto.h b/include/proto.h
index 91b8ddd2..37fbf0e1 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -474,12 +474,6 @@ char *completeutmp_getname(int where);
&completeutmp_compar, &completeutmp_permission, \
&completeutmp_getname)
-/* osdep */
-int cpuload(char *str);
-void initsetproctitle(int argc, char **argv, char **envp);
-void setproctitle(const char* format, ...) GCC_CHECK_FORMAT(1,2);
-
-
/* othello */
int othello_main(void);