diff --git a/src/database.c b/src/db_connection.c similarity index 100% rename from src/database.c rename to src/db_connection.c diff --git a/src/database.h b/src/db_connection.h similarity index 93% rename from src/database.h rename to src/db_connection.h index 5ce9c3a..6389736 100644 --- a/src/database.h +++ b/src/db_connection.h @@ -1,5 +1,5 @@ -#ifndef __DATABASE_H__ -#define __DATABASE_H__ +#ifndef __CONNECTION_H__ +#define __CONNECTION_H__ struct stored_conn_t { @@ -45,4 +45,4 @@ int connectToSocket(struct stored_conn_t *sconn, void closeConnection(struct stored_conn_t *sconn); void closeAllConnections(); -#endif // __DATABASE_H__ \ No newline at end of file +#endif // __CONNECTION_H__ \ No newline at end of file