do not make macros starting with _

This commit is contained in:
Radim Kolar 2020-06-06 11:20:48 +02:00
parent 12a4c299fa
commit ec3f986071

View File

@ -1,5 +1,5 @@
#ifndef _FSP_CO_EXTERN_H_ #ifndef FSP_CO_EXTERN_H_
#define _FSP_CO_EXTERN_H_ 1 #define FSP_CO_EXTERN_H_ 1
/* common routines for both server and clients */ /* common routines for both server and clients */
@ -19,4 +19,4 @@ int _x_select (fd_set *, long);
/* getsl.c */ /* getsl.c */
char *getsl(char *s, int l); char *getsl(char *s, int l);
#endif /* _FSP_CO_EXTERN_H_ */ #endif /* FSP_CO_EXTERN_H_ */