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
1cc7914e
Commit
1cc7914e
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
Renamed a few parameter names to avoid warnings from gcc.
parent
fde89ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/services.h
View file @
1cc7914e
/*
* $Id: services.h,v 0.3
3
1998/0
6/14 14:50:28 by
er
s
Exp $
* $Id: services.h,v 0.3
4
1998/0
7/08 13:32:47 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -400,7 +400,7 @@ KOM_( set_conf_type (Conf_no conf_no,
Conf_type
type
));
extern
Success
KOM_
(
set_garb_nice
(
Conf_no
conf_no
,
Garb_nice
nice
));
/* number of days */
Garb_nice
days
));
/* number of days */
extern
Success
KOM_
(
set_expire
(
Conf_no
conf_no
,
...
...
@@ -542,7 +542,7 @@ KOM_( get_map (Conf_no conf_no,
*/
#ifdef SERVER
extern
Success
KOM_
(
get_time
(
time_t
*
t
ime
));
KOM_
(
get_time
(
time_t
*
t
));
#else
/* CLIENT */
extern
Success
KOM_
(
get_time
(
struct
tm
*
clock
));
...
...
@@ -554,7 +554,7 @@ KOM_( get_time (struct tm *clock));
*/
extern
Success
KOM_
(
get_last_text
(
struct
tm
*
cl
oc
k
,
Text_no
*
result
));
KOM_
(
get_last_text
(
struct
tm
*
clk
,
Text_no
*
result
));
/*
* Return next/previous existing text-no.
...
...
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