
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@387 ec53bebd-3082-4978-b11e-865c3cabbd6b
9 lines
146 B
C
9 lines
146 B
C
#ifndef __VSYSLOG_H__
|
|
#define __VSYSLOG_H__
|
|
|
|
#ifndef HAVE_VSYSLOG
|
|
void vsyslog(int pri, const char *fmt, ...);
|
|
#endif
|
|
|
|
#endif /* __VSYSLOG_H__ */
|