db-access-functions.h   [plain text]


#ifndef DB_ACCESS_H
#define DB_ACCESS_H

#include <sqlite3.h>
#include "objfiles.h"

extern int close_dwarf_repositories (struct objfile *);

#endif /* DB_ACCESS_H */