From caf76db7c08183bc23167687702cb8652c254337 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 15 Sep 2005 10:33:47 +0000 Subject: prepared for new parse object; now removed allmost all liblogging borrowed code --- srUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srUtils.h') diff --git a/srUtils.h b/srUtils.h index 8b9e022f..89c00c14 100755 --- a/srUtils.h +++ b/srUtils.h @@ -58,6 +58,6 @@ * * \param iToConv The integer to be converted. */ -srRetVal srUtilItoA(char *pBuf, int iLenBuf, int iToConv); +rsRetVal srUtilItoA(char *pBuf, int iLenBuf, int iToConv); #endif -- cgit