]> arthur.barton.de Git - netatalk.git/commit
prototyping to allow the compiler to do some real argument checking
authorsamnoble <samnoble>
Thu, 24 May 2001 21:23:50 +0000 (21:23 +0000)
committersamnoble <samnoble>
Thu, 24 May 2001 21:23:50 +0000 (21:23 +0000)
commit9e9e2f2ecf0bab7cab3b12a11405705414d34465
tree6d7b22ab582c6a0cf54503c650905ac994b1a3c4
parenteec86527b680fff7adf1cbf8cd76f50332db04d0
prototyping to allow the compiler to do some real argument checking
turned up a number of problems which are now fixed (due to the addition
of prototypes for functions in papd)... in particular papd will no longer
dump core in alphalinux when it tries to unregister all its nbp services.
19 files changed:
etc/papd/auth.c
etc/papd/comment.c
etc/papd/comment.h
etc/papd/file.c
etc/papd/file.h
etc/papd/headers.c
etc/papd/lp.c
etc/papd/lp.h [new file with mode: 0644]
etc/papd/magics.c
etc/papd/main.c
etc/papd/ppd.c
etc/papd/ppd.h
etc/papd/printcap.c
etc/papd/printcap.h [new file with mode: 0644]
etc/papd/queries.c
etc/papd/session.c
etc/papd/session.h [new file with mode: 0644]
etc/papd/uam.c
etc/papd/uam_auth.h