Skip to content
Snippets Groups Projects
Commit 20fb7a0b authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(fparse_membership): Removed from the .h-file, since it is now static.

parent f1860160
Branches
Tags
No related merge requests found
/* /*
* $Id: ram-parse.h,v 0.5 1994/04/05 08:04:06 ceder Exp $ * $Id: ram-parse.h,v 0.6 1994/12/31 11:56:34 ceder Exp $
* Copyright (C) 1991, 1993 Lysator Academic Computer Association. * Copyright (C) 1991, 1993 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se. * Please mail bug reports to bug-lyskom@lysator.liu.se.
*/ */
/* /*
* $Id: ram-parse.h,v 0.5 1994/04/05 08:04:06 ceder Exp $ * $Id: ram-parse.h,v 0.6 1994/12/31 11:56:34 ceder Exp $
* *
* ram-parse.h -- parse objects from disk file. * ram-parse.h -- parse objects from disk file.
*/ */
...@@ -46,10 +46,6 @@ Success ...@@ -46,10 +46,6 @@ Success
fparse_person(FILE *fp, fparse_person(FILE *fp,
Person *person); Person *person);
Success
fparse_membership(FILE *fp,
Membership *mship);
extern Success extern Success
fparse_membership_list(FILE *fp, fparse_membership_list(FILE *fp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment