diff options
Diffstat (limited to 'lib/libalpm/db.h')
-rw-r--r-- | lib/libalpm/db.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 6d885efd..8e15a1a4 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -44,7 +44,6 @@ typedef struct __pmdb_t { PMList *grpcache; } pmdb_t; - pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename); void _alpm_db_free(void *data); /* Prototypes for backends functions */ |