projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d25aa
)
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H
author
Yang Tse
<yangsita@gmail.com>
Wed, 26 Jul 2006 10:54:08 +0000
(10:54 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 26 Jul 2006 10:54:08 +0000
(10:54 +0000)
ares_private.h
patch
|
blob
|
history
diff --git
a/ares_private.h
b/ares_private.h
index 8d5af08170ff8373cad7616edb40cabbf348650c..7fa316fecded78749c8b91cfe45800c16a4e67f4 100644
(file)
--- a/
ares_private.h
+++ b/
ares_private.h
@@
-1,3
+1,6
@@
+#ifndef __ARES_PRIVATE_H
+#define __ARES_PRIVATE_H
+
/* $Id$ */
/* Copyright 1998 by the Massachusetts Institute of Technology.
@@
-199,3
+202,6
@@
int ares__read_line(FILE *fp, char **buf, int *bufsize);
this anyway for convenience. */
#include "../lib/memdebug.h"
#endif
+
+#endif /* __ARES_PRIVATE_H */
+