Skip to content

Commit d962a88

Browse files
committed
bbsruby.c: Make declarations of internal function static.
1 parent 5f03767 commit d962a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbsruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ double KBHIT_TMIN = 0.001;
203203
double KBHIT_TMAX = 60*10;
204204
VALUE KB_QUEUE;
205205

206-
int getkey(double wait);
206+
static int getkey(double wait);
207207

208208
/* BBS helper class : following BBSLua SDK */
209209
VALUE brb_keyToString RB_P((int key))

0 commit comments

Comments
 (0)