diff options
| author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-16 17:43:06 +0800 |
|---|---|---|
| committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-16 17:43:06 +0800 |
| commit | 3d0fa7c79b4d5d08868f32f44052392d03638074 (patch) | |
| tree | 76269870dd6e88e61b21ad23fbe613dc9853adfa /include/proto.h | |
| parent | 62b898b733dd7b8acfaefc287c513668a007f232 (diff) | |
| download | pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.gz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.bz2 pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.lz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.xz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.zst pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.zip | |
Fix error for compiling without defining PLAY_ANGEL.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@1994 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
| -rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 90f093fb..c4d401f0 100644 --- a/include/proto.h +++ b/include/proto.h @@ -578,9 +578,11 @@ int isvisible_uid(int tuid); int friend_stat(userinfo_t *me, userinfo_t * ui); int call_in(userinfo_t *uentp, int fri_stat); int make_connection_to_somebody(userinfo_t *uin, int timeout); +#ifdef PLAY_ANGEL int t_changeangel(void); void CallAngel(void); int t_switchangel(void); +#endif /* tmpjack */ int reg_barbq(void); |
