util.h #1

  • //
  • guest/
  • sandy_currier/
  • p4filter/
  • util.h
  • View
  • Commits
  • Open Download .zip Download (308 B)
/*
 * util.h: Generic utility functions for p4filter
 * $Header$
 */

#ifndef __UTIL_H
#define __UTIL_H

/* 1 if we should verbosely print error and status messages. */
extern int verbose;

/* Print a message to standard error, if we're verbose. */
void errmsg(const char *msg, ...);

#endif /* __UTIL_H */

# Change User Description Committed
#1 450 sandy_currier Initial import of p4filter code.
 This contains a solaris2.6 binary but
no others.