Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d81c90f3
Commit
d81c90f3
authored
Sep 01, 1996
by
inge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include stdarg.h if possible.
parent
f1c73cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/server/log.h
src/server/log.h
+6
-2
No files found.
src/server/log.h
View file @
d81c90f3
/*
* $Id: log.h,v 0.1
1
1996/0
8
/0
3 01:31:14 ceder
Exp $
* $Id: log.h,v 0.1
2
1996/0
9
/0
1 19:32:54 inge
Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 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: log.h,v 0.1
1
1996/0
8
/0
3 01:31:14 ceder
Exp $
* $Id: log.h,v 0.1
2
1996/0
9
/0
1 19:32:54 inge
Exp $
*
* log.h
*
...
...
@@ -33,6 +33,10 @@
#ifndef __LYSKOM__LOG_H__
#define __LYSKOM__LOG_H__
#ifdef HAVE_STDARG_H
# include <stdarg.h>
#endif
/*
* Add a string to the log file.
*/
...
...
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