|
@@ -1,4 +1,5 @@
|
|
-#ifndef RAYLINK_H
|
|
|
|
|
|
+#ifndef _RAYCTL_H_
|
|
|
|
+#define _RAYCTL_H_
|
|
|
|
|
|
typedef unsigned char UCHAR;
|
|
typedef unsigned char UCHAR;
|
|
|
|
|
|
@@ -729,4 +730,4 @@ typedef struct snaphdr_t
|
|
#define RAY_IPX_TYPE 0x8137
|
|
#define RAY_IPX_TYPE 0x8137
|
|
#define APPLEARP_TYPE 0x80f3
|
|
#define APPLEARP_TYPE 0x80f3
|
|
/*****************************************************************************/
|
|
/*****************************************************************************/
|
|
-#endif /* #ifndef RAYLINK_H */
|
|
|
|
|
|
+#endif /* _RAYCTL_H_ */
|