1 #ifndef TOOLLIB_STRINGCB_H
2 #define TOOLLIB_STRINGCB_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #ifndef TOOLLIB_TOOLLIB_H
10 # include <toollib/toollib.h>
12 #ifndef TOOLLIB_MYSTREAM_H
13 # include <toollib/mystream.h>
15 #ifndef TOOLLIB_VSTRING_H
16 # include <toollib/vstring.h>
30 extern StringStream
* StrStr_New
PARAMS ((const char * string
));
31 extern void StrStr_Delete
PARAMS ((StringStream
*));
33 #endif /* TOOLLIB_STRINGCB_H */