add prototypes for net_process_net_timer_callback and net_process_slow_net_timer_callback to reduce Mac compiler warnings
git-svn-id: svn://10.0.0.236/trunk@16843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3e7c8545c0
commit
fb9c62c186
@ -55,6 +55,9 @@ extern void NET_SetConnectSelect(MWContext *context, PRFileDesc *file_desc);
|
||||
extern void NET_ClearConnectSelect(MWContext *context, PRFileDesc *file_desc);
|
||||
extern void NET_ClearDNSSelect(MWContext *context, PRFileDesc *file_desc);
|
||||
|
||||
void net_process_net_timer_callback(void *closure);
|
||||
void net_process_slow_net_timer_callback(void *closure);
|
||||
|
||||
PR_END_EXTERN_C
|
||||
|
||||
#endif /* MKSELECT_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user