Declare getsose() & friends in one place
This commit is contained in:
parent
9fb9653ed7
commit
e049ad6a56
2 changed files with 6 additions and 5 deletions
|
@ -53,7 +53,11 @@ extern FILE *auxfp;
|
|||
void getsose(void);
|
||||
void putso(void);
|
||||
void putse(void);
|
||||
#endif
|
||||
#else /* !_WIN32 */
|
||||
#define getsose() ((void)0)
|
||||
#define putso() ((void)0)
|
||||
#define putse() ((void)0)
|
||||
#endif /* !WIN32 */
|
||||
int recvline(int s, char *buf);
|
||||
int parseid(char *);
|
||||
int expect(int s, int match, char *buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue