aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fns.h b/fns.h
index 0620a2f..297a393 100644
--- a/fns.h
+++ b/fns.h
@@ -24,12 +24,6 @@ int pack(uchar*, int, char*, ...);
int unpack(uchar*, int, char*, ...);
/*
- * lobby
- */
-Lobby *newlobby(void);
-void dellobby(Lobby*);
-
-/*
* party
*/
Party *newparty(Party*, Player[2]);