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
62a9a8e5
Commit
62a9a8e5
authored
Feb 19, 1994
by
Per Cederqvist
Browse files
(struct parameter): default_val is a char*, not void*.
parent
516b3591
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conf-file.h
View file @
62a9a8e5
/*
* $Id: conf-file.h,v 1.
1
1994/0
1
/1
2
0
1:28:45
ceder Exp $
* $Id: conf-file.h,v 1.
2
1994/0
2
/1
9
0
3:43:08
ceder Exp $
* Copyright (C) 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -42,7 +42,7 @@ struct parameter {
Success
(
*
assigner
)(
const
char
*
val
,
const
struct
parameter
*
par
);
int
min_assignments
;
int
max_assignments
;
/* -1 == eternity */
void
*
default_val
;
char
*
default_val
;
/* String, as read from the config file. */
void
*
value
;
};
...
...
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