/[fgs]/fgs/src/roomproc.h
ViewVC logotype

Diff of /fgs/src/roomproc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by drysdam, Mon Sep 15 23:33:55 2003 UTC revision 1.8 by drysdam, Sat Sep 27 22:54:45 2003 UTC
# Line 11  extern "C" { Line 11  extern "C" {
11    
12    extern int clear_player_from_rooms(int p);    extern int clear_player_from_rooms(int p);
13    
14      extern void check_polls();
15    
16    extern int com_roomjoin(int p, param_list param);    extern int com_roomjoin(int p, param_list param);
17    
18    extern int com_roomunjoin(int p, param_list param);    extern int com_roomunjoin(int p, param_list param);
# Line 53  extern "C" { Line 55  extern "C" {
55    
56    extern int com_roomacceptgame(int p, param_list param);    extern int com_roomacceptgame(int p, param_list param);
57    
58      extern int com_roomsubmitbanpoll(int p, param_list param);
59          
60      extern int com_roompollvote(int p, param_list param);
61    
62      extern int com_roomsubmitopinionpoll(int p, param_list param);
63    
64      extern int com_testquote(int p, param_list param);
65    
66    
67  #ifdef __cplusplus  #ifdef __cplusplus
68  }  }
69  #endif  #endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26