summaryrefslogtreecommitdiff
path: root/ccl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ccl.c')
-rw-r--r--ccl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ccl.c b/ccl.c
index 78f263c..536ca8f 100644
--- a/ccl.c
+++ b/ccl.c
@@ -45,7 +45,7 @@ static char rcsid[] =
* ccladd( cclp, ch );
*/
-ccladd( cclp, ch )
+void ccladd( cclp, ch )
int cclp;
int ch;
@@ -124,7 +124,7 @@ int cclinit()
* cclnegate( ccl );
*/
-cclnegate( cclp )
+void cclnegate( cclp )
int cclp;
{
@@ -144,7 +144,7 @@ int cclp;
* has a non-zero value in the set array.
*/
-list_character_set( file, cset )
+void list_character_set( file, cset )
FILE *file;
int cset[];