|
Last change
on this file since 1056 was 1054, checked in by Bruno Cornec, 19 years ago |
- Backporting more trunk content into stable
- Adding the test and lib directories
- Preparing for l10n
|
-
Property svn:eol-style
set to
native
|
|
File size:
295 bytes
|
| Rev | Line | |
|---|
| [1054] | 1 | /*
|
|---|
| 2 | * $Id$
|
|---|
| 3 | *
|
|---|
| 4 | * Header file of mr_msg: a set of function manipulating messages
|
|---|
| 5 | * Provided under the GPL v2
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef MR_MSG_H
|
|---|
| 9 | #define MR_MSG_H
|
|---|
| 10 |
|
|---|
| 11 | /* functions (public methods) */
|
|---|
| 12 |
|
|---|
| 13 | #include <stdarg.h>
|
|---|
| 14 |
|
|---|
| 15 | extern void mr_msg(int debug, const char *fmt, ...);
|
|---|
| 16 |
|
|---|
| 17 | #endif /* MR_MSG_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.