Made all header files idempotent and moved incorrect common data from
[unix-history] / sys / netccitt / x25acct.h
index 6d2b6f6..ce01a81 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)x25acct.h     7.2 (Berkeley) 5/11/90
  * SUCH DAMAGE.
  *
  *     from: @(#)x25acct.h     7.2 (Berkeley) 5/11/90
- *     $Id$
+ *     $Id: x25acct.h,v 1.2 1993/10/16 19:47:01 rgrimes Exp $
  */
 
  */
 
+#ifndef _NETCCITT_X25ACCT_H_
+#define _NETCCITT_X25ACCT_H_ 1
+
 /*
  * Format of X.25 accounting record written
  * to X25ACCTF whenever a circuit is closed.
 /*
  * Format of X.25 accounting record written
  * to X25ACCTF whenever a circuit is closed.
@@ -69,3 +72,4 @@ struct        x25acct {
        long    x25acct_txcnt;          /* packets transmitted */
        long    x25acct_rxcnt;          /* packets received */
 };
        long    x25acct_txcnt;          /* packets transmitted */
        long    x25acct_rxcnt;          /* packets received */
 };
+#endif /* _NETCCITT_X25ACCT_H_ */