diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-14 20:37:29 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-14 20:37:29 +0000 |
commit | 15e91156d7954e0997e675eb88a2869eb2cfa2c6 (patch) | |
tree | 9473bfa5b87b1a44dc30849f48a6133dff445192 /usr.sbin/mopd/common/file.h | |
parent | 870c6104a921f8c58c7615b964d078d667429624 (diff) |
4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such
tested by hshoexer, "don't wait for me" miod@
Diffstat (limited to 'usr.sbin/mopd/common/file.h')
-rw-r--r-- | usr.sbin/mopd/common/file.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mopd/common/file.h b/usr.sbin/mopd/common/file.h index 158b79bd073..cca0e122175 100644 --- a/usr.sbin/mopd/common/file.h +++ b/usr.sbin/mopd/common/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.8 2003/12/01 00:56:51 avsm Exp $ */ +/* $OpenBSD: file.h,v 1.9 2004/04/14 20:37:28 henning Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $OpenBSD: file.h,v 1.8 2003/12/01 00:56:51 avsm Exp $ + * $OpenBSD: file.h,v 1.9 2004/04/14 20:37:28 henning Exp $ * */ @@ -32,9 +32,9 @@ void mopFilePutLX(u_char *, int, u_long, int); void mopFilePutBX(u_char *, int, u_long, int); -u_long mopFileGetLX(u_char *, int, int); -u_long mopFileGetBX(u_char *, int, int); -void mopFileSwapX(u_char *, int, int); +u_long mopFileGetLX(void *, int, int); +u_long mopFileGetBX(void *, int, int); +void mopFileSwapX(void *, int, int); int CheckMopFile(int); int GetMopFileInfo(int, u_long *, u_long *); int CheckAOutFile(int); |