Added cw_strlist_t.

FossilOrigin-Name: ea730256fe5186061b2cc41ff6ec71589663b5bcc238203367d5a1f9308af767
bsdmakefiles
7u83@mail.ru 8 years ago
parent e83eda8bb4
commit 7aaae9f98a
  1. 3
      src/capwap/strlist.h

@ -18,6 +18,9 @@ struct cw_strlist_elem {
const char *str;
};
typedef struct cw_strlist_elem* cw_strlist_t;
/** Stopper, indicates the last element in a strlist */
#define CW_STR_STOP 0xffffffff

Loading…
Cancel
Save