diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-25 08:17:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-25 08:17:18 +0000 |
commit | bb8a0f6adc85553e1838ae3fe3d32afcfc630c4c (patch) | |
tree | 4ea69e72acefe5d3b1f1e507590d007190058062 /usr.sbin/sasyncd/sasyncd.h | |
parent | d31f89e67e794d48270fbd62f7a1180a5c2f59ef (diff) |
spacing
Diffstat (limited to 'usr.sbin/sasyncd/sasyncd.h')
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.h b/usr.sbin/sasyncd/sasyncd.h index 979b97d9089..566a0ef5a5e 100644 --- a/usr.sbin/sasyncd/sasyncd.h +++ b/usr.sbin/sasyncd/sasyncd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sasyncd.h,v 1.12 2006/12/24 05:01:08 msf Exp $ */ +/* $OpenBSD: sasyncd.h,v 1.13 2006/12/25 08:17:17 deraadt Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -102,7 +102,7 @@ extern int carp_demoted; #define CARP_DEMOTE_MAXTIME 60 /* conf.c */ -int conf_parse_file(char *); +int conf_parse_file(char *); /* carp.c */ int carp_init(void); |