]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/net.h
isisd: implement the 'lsp-generation' notification
[mirror_frr.git] / babeld / net.h
index 4bd0f04f9696836da298fa244993f11e89d9a5e5..b3ca3767b6fb40444e5e59f0c3cf838267ce0a75 100644 (file)
@@ -1,20 +1,4 @@
-/*  
- *  This file is free software: you may copy, redistribute and/or modify it  
- *  under the terms of the GNU General Public License as published by the  
- *  Free Software Foundation, either version 2 of the License, or (at your  
- *  option) any later version.  
- *  
- *  This file is distributed in the hope that it will be useful, but  
- *  WITHOUT ANY WARRANTY; without even the implied warranty of  
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  
- *  General Public License for more details.  
- *  
- *  You should have received a copy of the GNU General Public License  
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.  
- *  
- * This file incorporates work covered by the following copyright and  
- * permission notice:  
- *  
+/*
 Copyright (c) 2007, 2008 by Juliusz Chroboczek
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -36,9 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
 
+#ifndef BABEL_NET_H
+#define BABEL_NET_H
+
 int babel_socket(int port);
 int babel_recv(int s, void *buf, int buflen, struct sockaddr *sin, int slen);
 int babel_send(int s,
                void *buf1, int buflen1, void *buf2, int buflen2,
                struct sockaddr *sin, int slen);
 int tcp_server_socket(int port, int local);
+
+#endif /* BABEL_NET_H */