about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 00:56:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 00:56:58 +0000
commit31108050ed9a929f7b089ab0d28a30c5a899b476 (patch)
tree24bb037393855727fd385f44374e658a76b21f18 /converter
parent7383a7c0ed01f6238bf34599883431788434412d (diff)
downloadnetpbm-mirror-31108050ed9a929f7b089ab0d28a30c5a899b476.tar.gz
netpbm-mirror-31108050ed9a929f7b089ab0d28a30c5a899b476.tar.xz
netpbm-mirror-31108050ed9a929f7b089ab0d28a30c5a899b476.zip
Make declarations, definitions match
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@537 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/ppm/ppmtompeg/parallel.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/converter/ppm/ppmtompeg/parallel.c b/converter/ppm/ppmtompeg/parallel.c
index 021e6d2b..f2ef6194 100644
--- a/converter/ppm/ppmtompeg/parallel.c
+++ b/converter/ppm/ppmtompeg/parallel.c
@@ -128,7 +128,7 @@ boolean niceProcesses = FALSE;
 boolean forceIalign = FALSE;
 int     machineNumber = -1;
 boolean remoteIO = FALSE;
-bool separateConversion;
+boolean separateConversion;
     /* The I/O server will convert from the input format to the base format,
        and the slave will convert from the base format to the YUV internal
        format.  If false, the I/O server assumes the input format is the
@@ -630,7 +630,7 @@ static int safe_fork(command)       /* fork child process and remember its PID *
  *
  *===========================================================================*/
 void
-SetIOConvert(bool const separate) {
+SetIOConvert(boolean const separate) {
     separateConversion = separate;
 }
 
@@ -648,8 +648,7 @@ SetIOConvert(bool const separate) {
  *
  *===========================================================================*/
 void
-SetParallelPerfect(val)
-boolean val;
+SetParallelPerfect(boolean val)
 {
     parallelPerfect = val;
 }