00001 00005 #if !defined(_NIX_UTILS_H) 00006 #define _NIX_UTILS_H 00007 00008 #if defined(__cplusplus) 00009 extern "C" { 00010 #endif 00011 00012 #include <zakdef.h> 00013 00021 int searchForFile(Char *file, UInt16 length, Char *path); 00022 00023 #if defined(__cplusplus) 00024 } 00025 #endif 00026 00027 #endif /* _NIX_UTILS_H */