~ubuntu-branches/ubuntu/oneiric/nis/oneiric-proposed

« back to all changes in this revision

Viewing changes to ypserv-2.17/lib/log_msg.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:42:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116234206-p00omaw5ji5q0qhr
Tags: 3.15-3ubuntu1
Resynchronise with Debian.  (me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __LOG_MSG_H__
2
 
#define __LOG_MSG_H__ 1
3
 
 
4
 
extern int debug_flag;
5
 
 
6
 
extern void log_msg (char *, ...);
7
 
 
8
 
#endif /* __LOG_MSG_H__ */
9