Skip to content
GitLab
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
9c0964b8
Commit
9c0964b8
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
(do_create_conf): Declaration removed. This function is static.
parent
320f46f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/internal-services.h
View file @
9c0964b8
/*
* $Id: internal-services.h,v 0.
7
199
5
/0
1
/0
1 20:17:21
ceder Exp $
* $Id: internal-services.h,v 0.
8
199
8
/0
7
/0
8 16:26:02
ceder Exp $
* Copyright (C) 1991, 1992, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: internal-services.h,v 0.
7
199
5
/0
1
/0
1 20:17:21
ceder Exp $
* $Id: internal-services.h,v 0.
8
199
8
/0
7
/0
8 16:26:02
ceder Exp $
*
* server/services.h
*
...
...
@@ -38,23 +38,9 @@
*/
/* FIXME: remove logins_allowed, or find out if it can be set. */
extern
Bool
logins_allowed
;
/* Defined in server/services.c */
/*
* Create a conference.
*
* Returns (Conf_no) 0 if there is an error.
*/
extern
Conf_no
do_create_conf
(
String
name
,
Pers_no
creator
,
Conf_no
supervisor
,
Conf_no
super_conf
,
Conf_type
type
);
extern
Success
do_delete_text
(
Text_no
text_no
,
Text_stat
*
text_s
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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