Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
f7dcdc8a6f63b172360019beb6e1e22e7c98f17d
/
.
/
include
/
proto
/
dict.h
blob: 26f48decb48dc3437b161eb41826446802851627 [
file
] [
log
] [
blame
]
#ifndef
_PROTO_DICT_H
#define
_PROTO_DICT_H
#include
<types/dict.h>
struct
dict
*
new_dict
(
const
char
*
name
);
struct
dict_entry
*
dict_insert
(
struct
dict
*
d
,
char
*
str
);
#endif
/* _PROTO_DICT_H */