comparison src/lib/str-find.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents f322edd67a4f
children c8ba50450f12
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __STR_FIND_H 1 #ifndef STR_FIND_H
2 #define __STR_FIND_H 2 #define STR_FIND_H
3 3
4 struct str_find_context; 4 struct str_find_context;
5 5
6 struct str_find_context *str_find_init(pool_t pool, const char *key); 6 struct str_find_context *str_find_init(pool_t pool, const char *key);
7 void str_find_deinit(struct str_find_context **ctx); 7 void str_find_deinit(struct str_find_context **ctx);