summaryrefslogtreecommitdiff
path: root/audit.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-06 00:05:09 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-06 00:05:09 +1000
commit79ba868fbed5c55b11f5c4930aaaf0d6339eb48a (patch)
tree05ad1eae75f91eebbcd6414042c182af4048df1c /audit.c
parent6e1a9aa9b9aa39fba068d5fd071bd145da34519b (diff)
- (dtucker) [audit.c audit.h] Repair headers.
Diffstat (limited to 'audit.c')
-rw-r--r--audit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/audit.c b/audit.c
index c77d0c012..8c3ec5a6a 100644
--- a/audit.c
+++ b/audit.c
@@ -1,4 +1,4 @@
1/* $Id: audit.c,v 1.3 2005/07/17 07:26:44 djm Exp $ */ 1/* $Id: audit.c,v 1.4 2006/08/05 14:05:10 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. 4 * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved.
@@ -30,6 +30,8 @@
30 30
31#include "audit.h" 31#include "audit.h"
32#include "log.h" 32#include "log.h"
33#include "key.h"
34#include "hostfile.h"
33#include "auth.h" 35#include "auth.h"
34 36
35/* 37/*