summaryrefslogtreecommitdiff
path: root/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'mac.h')
-rw-r--r--mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac.h b/mac.h
index 2010c9d3..39f564dd 100644
--- a/mac.h
+++ b/mac.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.h,v 1.5 2007/06/05 06:52:37 djm Exp $ */
+/* $OpenBSD: mac.h,v 1.6 2007/06/07 19:37:34 pvalchev Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -25,6 +25,6 @@
int mac_valid(const char *);
int mac_setup(Mac *, char *);
-void mac_init(Mac *);
+int mac_init(Mac *);
u_char *mac_compute(Mac *, u_int32_t, u_char *, int);
void mac_clear(Mac *);