summaryrefslogtreecommitdiffstats
path: root/contrib/global/lib/strop.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/global/lib/strop.h')
-rw-r--r--contrib/global/lib/strop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/global/lib/strop.h b/contrib/global/lib/strop.h
index aa9fa68..9289566 100644
--- a/contrib/global/lib/strop.h
+++ b/contrib/global/lib/strop.h
@@ -43,10 +43,10 @@
#endif
#endif
-void stropen __P(());
+void stropen __P((void));
void strputs __P((char *));
void strnputs __P((char *, int));
void strputc __P((int));
-char *strclose __P(());
+char *strclose __P((void));
#endif /* ! _STROP_H_ */
OpenPOWER on IntegriCloud