X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=filters.h;h=bfb3f93c2b832adf6327f3a255f9eada95e55067;hp=78a59a483fe71742e3d6126f062449058db70aab;hb=d9bd6b6f4469d6c090a07eb657392529f53f4833;hpb=13934fac0d4c382229b00c16deeadb180f838bdc diff --git a/filters.h b/filters.h index 78a59a483f..bfb3f93c2b 100644 --- a/filters.h +++ b/filters.h @@ -23,6 +23,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef FILTERS_H +#define FILTERS_H + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + /* * Filter lists. */ @@ -85,3 +92,8 @@ void save_filter_list(filter_list_type_t list_type, char **pref_path_return, */ void copy_filter_list(filter_list_type_t dest_type, filter_list_type_t src_type); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* FILTERS_H */