Ticket #29927: util.h

File util.h, 116 bytes (added by nchubrich@…, 13 years ago)
Line 
1/* -*- pftp-c -*- */
2
3#ifndef UTIL_H
4#define UTIL_H
5
6void util_error(const char *format, ...);
7
8#endif /* UTIL_H */