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
a25ce76c
Commit
a25ce76c
authored
Oct 13, 1993
by
Per Cederqvist
Browse files
Check HAVE_VFPRINTF, and substitute another restart_kom function if we
don't have a vfprintf.
parent
2ab4baad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/lyskomd.h
View file @
a25ce76c
/*
* $Id: lyskomd.h,v 0.
6
199
2/05/31 01:14
:3
5
ceder Exp $
* $Id: lyskomd.h,v 0.
7
199
3/10/13 00:08
:3
1
ceder Exp $
* Copyright (C) 1991 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: lyskomd.h,v 0.
6
199
2/05/31 01:14
:3
5
ceder Exp $
* $Id: lyskomd.h,v 0.
7
199
3/10/13 00:08
:3
1
ceder Exp $
*/
...
...
@@ -40,6 +40,10 @@ extern int num_ip_mux_port;
* (At least one member in that group should not read his mail using kom...)
*/
#ifdef HAVE_VFPRINTF
extern
void
restart_kom
(
const
char
*
format
,
...);
#else
extern
void
restart_kom
();
#endif
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