Dolda2000 GitWeb
/
ashd.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
lib: Allow reception of mtstdopen info structure.
[ashd.git]
/
lib
/
log.h
Commit
Line
Data
ddf99192
FT
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