| 9 |
#include <stdlib.h> |
#include <stdlib.h> |
| 10 |
#include <string.h> |
#include <string.h> |
| 11 |
|
|
| 12 |
|
#include "nfotiser.h" |
| 13 |
|
|
| 14 |
static int category_cmp(const void *, const void *); |
static int category_cmp(const void *, const void *); |
| 15 |
|
|
| 16 |
const struct categories { |
const struct categories categories[] = { |
|
const char *catname; |
|
|
const char *catdesc; |
|
|
} categories[] = { |
|
| 17 |
/* this list MUST be sorted all the time */ |
/* this list MUST be sorted all the time */ |
| 18 |
{ "base", "Base system" }, |
{ "base", "Base system" }, |
| 19 |
{ "comms", "Serial communications & terminal emulation" }, |
{ "comms", "Serial communications & terminal emulation" }, |