libcsa: Always use ANSI function prototypes

This commit is contained in:
Peter Howkins
2020-11-27 16:58:22 +00:00
parent aef196c6ca
commit c62a5049ed
26 changed files with 392 additions and 401 deletions

View File

@@ -33,8 +33,8 @@
#include "ansi_c.h"
extern boolean_t _DtCmIsSamePath P((char *str1, char *str2));
extern boolean_t _DtCmIsSamePath(char *str1, char *str2);
extern boolean_t _DtCmIsSameUser P((char *user1, char *user2));
extern boolean_t _DtCmIsSameUser(char *user1, char *user2);
#endif