]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/nbp.h
remove pre ansi declarations
[netatalk.git] / etc / atalkd / nbp.h
index 851146fac139648e37d0d58281c0303630252032..13f511d27d884041c2b4c00717b3239888839ee7 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id: nbp.h,v 1.2 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: nbp.h,v 1.3 2009-10-13 22:55:37 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
  */
 
+#ifndef ATALKD_NBP_H
+#define ATALKD_NBP_H 1
+
 struct nbptab {
     struct nbptab      *nt_prev, *nt_next;
     struct nbpnve      nt_nve;
@@ -12,3 +15,7 @@ struct nbptab {
 };
 
 extern struct nbptab   *nbptab;
+
+int nbp_packet(struct atport *ap, struct sockaddr_at *from, char *data, int len);
+
+#endif