LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
lick.h
Go to the documentation of this file.
1 
8 #pragma once
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include "boot-loader.h"
14 #include "config.h"
15 #include "drives.h"
16 #include "install.h"
17 #include "lickdir.h"
18 #include "llist.h"
19 #include "menu.h"
20 #include "system-info.h"
21 #include "utils.h"
22 
23 #ifdef __cplusplus
24 }
25 #endif
Determine information about the system.
Find drives in the system.
Add LICK to the current boot loader (or set up a new boot loader)
An assortment of functions used in multiple sections.
Install and uninstall distributions.
Information about a LICK directory.
A linked list library.