Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
6ed0dbfb
Commit
6ed0dbfb
authored
Apr 28, 2001
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(modify_system_info): New name for former modify_server_info().
parent
50aaa78d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
src/include/services.h
src/include/services.h
+2
-2
src/server/admin.c
src/server/admin.c
+3
-3
src/server/fncdef.txt
src/server/fncdef.txt
+3
-3
No files found.
src/include/services.h
View file @
6ed0dbfb
/*
* $Id: services.h,v 0.
49 1999/06/03 21:59:16
ceder Exp $
* $Id: services.h,v 0.
50 2001/04/28 19:09:31
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -586,7 +586,7 @@ extern Success
set_info
(
Info
*
info
);
extern
Success
modify_s
erver
_info
(
Number_list
*
items_to_delete
,
modify_s
ystem
_info
(
Number_list
*
items_to_delete
,
Aux_item_list
*
items_to_add
);
extern
Success
...
...
src/server/admin.c
View file @
6ed0dbfb
/*
* $Id: admin.c,v 0.4
2 1999/07/05 07:04:00
ceder Exp $
* $Id: admin.c,v 0.4
3 2001/04/28 19:09:48
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: admin.c,v 0.4
2 1999/07/05 07:04:00
ceder Exp $"
;
rcsid
=
"$Id: admin.c,v 0.4
3 2001/04/28 19:09:48
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -367,7 +367,7 @@ shutdown_kom (int UNUSED(exit_val))
}
extern
Success
modify_s
erver
_info
(
Number_list
*
items_to_delete
,
modify_s
ystem
_info
(
Number_list
*
items_to_delete
,
Aux_item_list
*
items_to_add
)
{
CHK_CONNECTION
(
FAILURE
);
...
...
src/server/fncdef.txt
View file @
6ed0dbfb
#
# $Id: fncdef.txt,v 0.4
4 1999/05/30 09:25:23
ceder Exp $
# $Id: fncdef.txt,v 0.4
5 2001/04/28 19:09:57
ceder Exp $
# Copyright (C) 1991-1999
# Lysator Academic Computer Association.
#
...
...
@@ -23,7 +23,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: fncdef.txt,v 0.4
4 1999/05/30 09:25:23
ceder Exp $
# $Id: fncdef.txt,v 0.4
5 2001/04/28 19:09:57
ceder Exp $
#
# This file is used to describe the functions in services.c. All
# functions that are reachable from the clients are listed here, together
...
...
@@ -162,7 +162,7 @@
92 success modify_text_info num num_list (param.max_delete_aux) aux_item_list (param.max_add_aux)
93 success modify_conf_info num num_list (param.max_delete_aux) aux_item_list (param.max_add_aux)
94 success get_info : info
95 success modify_s
erver
_info num_list (param.max_delete_aux) aux_item_list (param.max_add_aux)
95 success modify_s
ystem
_info num_list (param.max_delete_aux) aux_item_list (param.max_add_aux)
96 success query_predefined_aux_items : num_list
97 success set_expire num num
98 success query_read_texts num num : membership
...
...
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