Functionality of the database to be kept split in smaller files

This commit is contained in:
2020-09-15 11:25:45 +01:00
parent ea3d3e4c11
commit 80e4ce402a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __DATABASE_H__ #ifndef __CONNECTION_H__
#define __DATABASE_H__ #define __CONNECTION_H__
struct stored_conn_t { struct stored_conn_t {
@@ -45,4 +45,4 @@ int connectToSocket(struct stored_conn_t *sconn,
void closeConnection(struct stored_conn_t *sconn); void closeConnection(struct stored_conn_t *sconn);
void closeAllConnections(); void closeAllConnections();
#endif // __DATABASE_H__ #endif // __CONNECTION_H__