3 #include "../lickdir.h"
28 section_t *new_section(type_e type,
const char *
id,
const char *content);
38 void free_sections(
node_t *s);
45 node_t *get_sections(
const char *f);
64 void write_sections(FILE *f,
node_t *secs);
73 int flat_append_section(
const char *
menu_path,
const char *
id,
82 int flat_remove_section(
const char *
id,
const char *menu,
lickdir_t *lick);
A linked list node.
Definition: llist.h:19
char * menu_path(char *path)
converts path to a grub-friendly path
Definition: distro.c:64
Paths to the LICK directory and its components.
Definition: lickdir.h:15
Definition: edit-flat-menu.h:13