CPP comments are not acceptable to all C compilers

This commit is contained in:
Mark 2003-12-31 00:20:34 +00:00
parent 388d7195f2
commit b0419229c3

View file

@ -23,7 +23,7 @@
#include <sys/types.h>
// filter lookup interface
/* filter lookup interface */
typedef struct
{
@ -38,7 +38,7 @@ extern const gtf_filter_t *gtf_filter_list(void);
extern const gtf_filter_t *gtf_filter_lookup(const char *name);
// individual filters
/* individual filters */
extern int gtf_filter_b1ff(const char *input, char *buf, size_t bufsz);