1 2 3 4 5 6 7 8 9
#pragma once #include <al/str.h> struct camu_server; struct camu_db { }; bool camu_db_open(struct camu_server *srv, str *path);