source: abuse/trunk/src/imlib/include/dprint.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 283 bytes
Line 
1#ifndef DPRINT_HPP_
2#define DPRINT_HPP_
3
4void set_dprinter(void (*stat_fun)(char *));       // called with debug info
5void set_dgetter(void (*stat_fun)(char *, int));   // called mainly by lisp breaker
6void dprintf(const char *format, ...);
7void dgets(char *buf, int size);
8
9
10#endif
Note: See TracBrowser for help on using the repository browser.