summaryrefslogtreecommitdiff
path: root/support/passwd_common.h
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-06-01 08:52:35 +0000
committerGuenter Knauf <fuankg@apache.org>2013-06-01 08:52:35 +0000
commit67c7acc2044acfbf37638809ace5644d743d141c (patch)
tree4fcfa3c2eaf2ece2cbaf77f70551c288ff9f4a05 /support/passwd_common.h
parent10bcdb2c1210595bf3fd747d4de8a0e745a48ca9 (diff)
downloadhttpd-67c7acc2044acfbf37638809ace5644d743d141c.tar.gz
Added header protection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1488496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/passwd_common.h')
-rw-r--r--support/passwd_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/passwd_common.h b/support/passwd_common.h
index 00680624ce..01d5652024 100644
--- a/support/passwd_common.h
+++ b/support/passwd_common.h
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#ifndef _PASSWD_COMMON_H
+#define _PASSWD_COMMON_H
+
#include "apr.h"
#include "apr_lib.h"
#include "apr_strings.h"
@@ -115,3 +118,6 @@ int get_password(struct passwd_ctx *ctx);
* Make a password record from the given information.
*/
int mkhash(struct passwd_ctx *ctx);
+
+#endif /* _PASSWD_COMMON_H */
+