diff options
author | hunt <hunt> | 2005-12-07 20:05:59 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-12-07 20:05:59 +0000 |
commit | 24d3d033246170e700172532e0fddcd6448d8c56 (patch) | |
tree | 37da96fdfe620b08f6d332dfdfd781999d8b5118 /runtime/user/io.c | |
parent | 953c5ad1c72d55e3c017e7975becfa175ccdf7f5 (diff) | |
download | systemtap-steved-24d3d033246170e700172532e0fddcd6448d8c56.tar.gz systemtap-steved-24d3d033246170e700172532e0fddcd6448d8c56.tar.xz systemtap-steved-24d3d033246170e700172532e0fddcd6448d8c56.zip |
2005-12-07 Martin Hunt <hunt@redhat.com>
* alloc.c: Remove all unused functions.
* io.c: Add vprintf() prototype.
Diffstat (limited to 'runtime/user/io.c')
-rw-r--r-- | runtime/user/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/user/io.c b/runtime/user/io.c index 2da0de82..ff4a06a7 100644 --- a/runtime/user/io.c +++ b/runtime/user/io.c @@ -9,6 +9,7 @@ #ifndef _IO_C_ #define _IO_C_ +int vprintf(const char *format, va_list ap); /** Logs Data. * This function sends the message immediately to stpd. It |