diff options
Diffstat (limited to 'usr.sbin/ppp/main.h')
-rw-r--r-- | usr.sbin/ppp/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index a6e591d..bc4e6f3 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -17,11 +17,11 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: main.h,v 1.3 1997/02/22 16:10:33 peter Exp $ * */ #ifndef _MAIN_H_ #define _MAIN_H_ -void Cleanup __P((int)); +void Cleanup(int); #endif |