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
8a2e75a7
Commit
8a2e75a7
authored
Sep 02, 2000
by
Per Cederqvist
Browse files
(locate_membership): const qualifiers added to some arguments.
parent
9cbb0181
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/dbck.c
View file @
8a2e75a7
/*
* $Id: dbck.c,v 0.
59 1999/09/19 20:34:24
ceder Exp $
* $Id: dbck.c,v 0.
60 2000/09/02 19:49:45
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
static
const
char
*
rcsid
=
"$Id: dbck.c,v 0.
59 1999/09/19 20:34:24
ceder Exp $"
;
rcsid
=
"$Id: dbck.c,v 0.
60 2000/09/02 19:49:45
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -1150,8 +1150,8 @@ check_texts_in_conf(Conf_no cc,
}
Membership
*
locate_membership
(
Conf_no
conf_no
,
Person
*
pers_p
)
locate_membership
(
Conf_no
conf_no
,
const
Person
*
pers_p
)
{
Membership
*
confp
;
int
i
;
...
...
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