From 46fbfee41e88034135725beb4136d44b94388ede Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 3 Apr 2008 13:19:48 +0000 Subject: added the capability to specify a processing (actually dequeue) timeframe with queues - so things can be configured to be done at off-peak hours --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index aa31884e..3475b8f6 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -121,6 +121,7 @@ void rsCStrSetAllocIncrement(cstr_t *pThis, int iNewIncrement); rsRetVal rsCStrAppendInt(cstr_t *pThis, long i); +rsRetVal strExit(void); /* TODO: remove once we have a real object interface! */ uchar* rsCStrGetSzStr(cstr_t *pThis); uchar* rsCStrGetSzStrNoNULL(cstr_t *pThis); rsRetVal rsCStrSetSzStr(cstr_t *pThis, uchar *pszNew); -- cgit v1.2.3 From 8233dd8c60fcbb48ae586b4742ef6fbcf5c0eb18 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 7 Apr 2008 11:10:11 +0200 Subject: fixed file permissions --- stringbuf.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 stringbuf.h (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h old mode 100755 new mode 100644 -- cgit v1.2.3