Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e36542b6
Commit
e36542b6
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
(prot_a_parse_num_list): New argument: maxlen.
parent
e88a1c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-parse.h
View file @
e36542b6
/*
* $Id: prot-a-parse.h,v 0.1
0
1996/0
6/14 15:53:43 by
er
s
Exp $
* $Id: prot-a-parse.h,v 0.1
1
1996/0
7/26 00:39:50 ced
er Exp $
* Copyright (C) 1991, 1992, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: prot-a-parse.h,v 0.1
0
1996/0
6/14 15:53:43 by
er
s
Exp $
* $Id: prot-a-parse.h,v 0.1
1
1996/0
7/26 00:39:50 ced
er Exp $
*
*/
extern
long
...
...
@@ -31,7 +31,8 @@ prot_a_parse_long(Connection *client);
extern
void
prot_a_parse_num_list
(
Connection
*
client
,
Number_list
*
res
);
Number_list
*
res
,
int
maxlen
);
extern
void
prot_a_parse_priv_bits
(
Connection
*
client
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment