Changeset 781 for trunk/zoo-project/zoo-kernel/caching.c
- Timestamp:
- Jun 27, 2016, 8:58:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/caching.c
r738 r781 38 38 * @param url the char* 39 39 * @return a char* representing the md5 of the url 40 * @warning make sure to free res sources returned by this function40 * @warning make sure to free resources returned by this function 41 41 */ 42 42 char* getMd5(char* url){ … … 124 124 * @param request the url 125 125 * @return the full name of the cached file if any, NULL in other case 126 * @warning make sure to free res sources returned by this function (if not NULL)126 * @warning make sure to free resources returned by this function (if not NULL) 127 127 */ 128 128 char* isInCache(maps* conf,char* request){
Note: See TracChangeset
for help on using the changeset viewer.