|
OpenVPN
|

Go to the source code of this file.
Macros | |
| #define | snprintf _snprintf |
Functions | |
| DatabaseConnection * | connect_to_customer_database (void) |
| unsigned int | get_customer_id_by_name (DatabaseConnection *const connection, const char *const customer_name) |
| #define snprintf _snprintf |
Definition at line 20 of file customer_database.c.
Referenced by get_customer_id_by_name().
| DatabaseConnection * connect_to_customer_database | ( | void | ) |
Definition at line 29 of file customer_database.c.
References connect_to_database().
Referenced by test_connect_to_customer_database().
| unsigned int get_customer_id_by_name | ( | DatabaseConnection *const | connection, |
| const char *const | customer_name | ||
| ) |
Definition at line 35 of file customer_database.c.
References DatabaseConnection::query_database, and snprintf.
Referenced by test_get_customer_id_by_name().
1.8.13