folly::coro::timeoutNoDiscard
[hiphop-php.git] / hphp / neo / neo_files.h
blob01e56a7ad22243bfae1a88e535377d025e65967f
1 /*
2 * Copyright 2001-2004 Brandon Long
3 * All Rights Reserved.
5 * ClearSilver Templating System
7 * This code is made available under the terms of the ClearSilver License.
8 * http://www.clearsilver.net/license.hdf
12 #ifndef incl_HPHP_NEO_FILES_H_
13 #define incl_HPHP_NEO_FILES_H_ 1
15 __BEGIN_DECLS
17 #include <stdarg.h>
18 #include <sys/types.h>
20 NEOERR *ne_load_file (const char *path, char **str);
21 NEOERR *ne_load_file_len (const char *path, char **str, int *len);
23 __END_DECLS
25 #endif /* incl_HPHP_NEO_FILES_H_ */