]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/session.h
network_cmds-245.8.tar.gz
[apple/network_cmds.git] / racoon.tproj / session.h
index 78704d782f4185faebb392722664e89f69e644bf..d993bbd79be75c5426311f86a22635709b6e6523 100644 (file)
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#ifndef __SESSION_H__
+#define __SESSION_H__
+
 extern int session __P((void));
 extern RETSIGTYPE signal_handler __P((int));
 extern int session __P((void));
 extern RETSIGTYPE signal_handler __P((int));
+
+
+#endif /* __SESSION_H__ */
+