mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
misc: Fix missed improper inline
This commit is contained in:
parent
c6eb6b7a40
commit
c92713f4d5
@ -85,7 +85,7 @@ void swap_array(int nmemb, size_t nmemb_sz, void *src, void *dst);
|
||||
void swap_ints(int nmemb, unsigned int *x, unsigned int *y) ;
|
||||
void swap_shorts(int nmemb, unsigned short *x, unsigned short *y);
|
||||
|
||||
inline int rand_range(int _min, int _max);
|
||||
int rand_range(int _min, int _max);
|
||||
void xsrand(void);
|
||||
|
||||
char *last_token(char *string, char tok);
|
||||
|
Loading…
Reference in New Issue
Block a user