1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Modified header guards so they don't use reserved names containing double underscores.

This commit is contained in:
Matias Fontanini
2012-08-02 16:00:56 -03:00
parent cb81c65640
commit 383deb8641
19 changed files with 80 additions and 57 deletions

View File

@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __TINS_H
#define __TINS_H
#ifndef TINS_TINS_H
#define TINS_TINS_H
#include "arp.h"
#include "bootp.h"
@@ -39,5 +39,6 @@
#include "tcp.h"
#include "udp.h"
#include "utils.h"
#include "dns.h"
#endif
#endif // TINS_TINS_H