simlog function declaration

This commit is contained in:
fros4943 2008-02-11 18:45:18 +00:00
parent 4c56fce697
commit 27ac84d009

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: printf2log.h,v 1.3 2008/01/11 15:37:38 fros4943 Exp $ * $Id: printf2log.h,v 1.4 2008/02/11 18:45:18 fros4943 Exp $
* *
*/ */
@ -37,6 +37,8 @@
#include <stdio.h> #include <stdio.h>
#include "sys/log.h" #include "sys/log.h"
void simlog(char*);
#define PRINTF2LOG_SIZE 128 #define PRINTF2LOG_SIZE 128
#define printf(...) \ #define printf(...) \