ekg2
GIT master
|
#include "dynstuff.h"
Idź do kodu źródłowego tego pliku.
Struktury danych | |
struct | metacontact_item |
struct | metacontact |
Definicje typów | |
typedef struct metacontact_item | metacontact_item_t |
typedef struct metacontact | metacontact_t |
Funkcje | |
metacontact_t * | metacontact_add (const char *name) |
metacontact_t * | metacontact_find (const char *name) |
metacontact_item_t * | metacontact_find_prio (metacontact_t *m) |
void | metacontact_init () |
void | metacontacts_destroy () |
void | metacontact_write () |
int | metacontact_read () |
Zmienne | |
metacontact_t * | metacontacts |
typedef struct metacontact_item metacontact_item_t |
typedef struct metacontact metacontact_t |
metacontact_t* metacontact_add | ( | const char * | name | ) |
metacontact_t* metacontact_find | ( | const char * | name | ) |
metacontact_item_t* metacontact_find_prio | ( | metacontact_t * | m | ) |
void metacontact_init | ( | ) |
int metacontact_read | ( | ) |
void metacontact_write | ( | ) |
void metacontacts_destroy | ( | ) |
metacontact_t* metacontacts |