projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8efbd
)
Fix mangled header guards in ofp-print.h.
author
Ben Pfaff
<blp@nicira.com>
Fri, 12 Dec 2008 22:56:57 +0000
(14:56 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 16 Dec 2008 23:59:54 +0000
(15:59 -0800)
lib/ofp-print.h
patch
|
blob
|
history
diff --git
a/lib/ofp-print.h
b/lib/ofp-print.h
index 76ff9248d1fc8fbcaa6c8946da43db4a2acf7a53..b71212cdbb4d28e6acdaae718165aec673bc518a 100644
(file)
--- a/
lib/ofp-print.h
+++ b/
lib/ofp-print.h
@@
-33,8
+33,8
@@
/* OpenFlow protocol pretty-printer. */
-#ifndef
__OFP_PRINT_H__
-#define
__OFP_ORINT_H __
1
+#ifndef
OFP_PRINT_H
+#define
OFP_PRINT_H
1
#include <stdio.h>
@@
-54,4
+54,4
@@
char *ofp_packet_to_string(const void *data, size_t len, size_t total_len);
}
#endif
-#endif /* ofp
pp
.h */
+#endif /* ofp
-print
.h */