]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/interface.h
remove pre ansi declarations
[netatalk.git] / etc / atalkd / interface.h
index 4fdd1b5f43483bb4d47ffe31850f22f312cb0146..64888af2fc0ea5823e1e58cbd49fd30284463ac3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: interface.h,v 1.4 2005-04-28 20:49:46 bfernhomberg Exp $
+ * $Id: interface.h,v 1.5 2009-10-13 22:55:37 didg Exp $
  * Copyright (c) 1990,1992 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
  */
@@ -53,6 +53,6 @@ struct interface {
 
 extern struct interface        *interfaces;
 extern struct interface        *ciface;
-struct interface       *newiface __P((const char *));
+struct interface       *newiface (const char *);
 
 #endif /* ATALKD_INTERFACE_H */