X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=ucimap.h;h=1e596ebd131aff0a034ed3f8e47705d020850634;hb=e0a0a4bf8a3861ab811487706e1773212a8ffabd;hp=a1146448228021ec0a56c56c420a556372b41596;hpb=e4146710334a5aef62713de4d22337c4681844fb;p=uci.git diff --git a/ucimap.h b/ucimap.h index a114644..1e596eb 100644 --- a/ucimap.h +++ b/ucimap.h @@ -11,6 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ +#ifndef __UCIMAP_H +#define __UCIMAP_H + #include #include "uci_list.h" #include "uci.h" @@ -163,3 +166,4 @@ extern void ucimap_set_changed(struct ucimap_section_data *sd, void *field); extern int ucimap_store_section(struct uci_map *map, struct uci_package *p, struct ucimap_section_data *sd); extern void ucimap_parse(struct uci_map *map, struct uci_package *pkg); +#endif