Dolda2000 GitWeb
/
ashd.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Install the library headers.
[ashd.git]
/
lib
/
log.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef _LOG_H
2
#define _LOG_H
3
4
#include <syslog.h>
5
6
void flog(int level, char *format, ...);
7
void opensyslog(void);
8
9
#endif