Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
49a92f0b
Commit
49a92f0b
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct parameter): Added const qualifier to the name and default_val tags.
parent
ba01e02b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/server/conf-file.h
src/server/conf-file.h
+3
-3
No files found.
src/server/conf-file.h
View file @
49a92f0b
/*
* $Id: conf-file.h,v 1.
2
199
4
/0
2/19 03:43:08
ceder Exp $
* $Id: conf-file.h,v 1.
3
199
8
/0
7/08 16:16:24
ceder Exp $
* Copyright (C) 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -38,11 +38,11 @@ union param_value {
};
struct
parameter
{
char
*
name
;
const
char
*
name
;
Success
(
*
assigner
)(
const
char
*
val
,
const
struct
parameter
*
par
);
int
min_assignments
;
int
max_assignments
;
/* -1 == eternity */
char
*
default_val
;
/* String, as read from the config file. */
const
char
*
default_val
;
/* String, as read from the config file. */
void
*
value
;
};
...
...
Write
Preview
Markdown
is supported
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