TNT/include/exec_catalog.h

9 lines
218 B
C

#ifndef EXEC_CATALOG_H
#define EXEC_CATALOG_H
#include "common.h"
void exec_catalog_append_help(char *buffer, size_t buf_size, size_t *pos,
ui_lang_t lang);
#endif /* EXEC_CATALOG_H */