]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/nbp.h
Big configure.in cleanup
[netatalk.git] / etc / atalkd / nbp.h
index 42961f023df452b2c3b8940821c1ec2502dad135..13f511d27d884041c2b4c00717b3239888839ee7 100644 (file)
@@ -1,8 +1,13 @@
 /*
+ * $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;
@@ -10,3 +15,7 @@ struct nbptab {
 };
 
 extern struct nbptab   *nbptab;
+
+int nbp_packet(struct atport *ap, struct sockaddr_at *from, char *data, int len);
+
+#endif