#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | update_global_init (void) |
void | update_global_finish (void) |
unsigned | isUpdatingDB (void) |
unsigned | update_enqueue (const char *path, bool discard) |
Add this path to the database update queue. |
unsigned isUpdatingDB | ( | void | ) |
unsigned update_enqueue | ( | const char * | path, | |
bool | discard | |||
) |
void update_global_finish | ( | void | ) |
void update_global_init | ( | void | ) |