mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Fixed a typo
This commit is contained in:
parent
2ad431515b
commit
755a195e54
@ -46,7 +46,7 @@ typedef struct __pmdb_t {
|
||||
pmdb_t *db_open(char *root, char *dbpath, char *treename);
|
||||
void db_close(pmdb_t *db);
|
||||
int db_create(char *root, char *dbpath, char *treename);
|
||||
int db_update(char *root, char *dbpath, char *treename, char *archive)
|
||||
int db_update(char *root, char *dbpath, char *treename, char *archive);
|
||||
|
||||
void db_rewind(pmdb_t *db);
|
||||
pmpkg_t *db_scan(pmdb_t *db, char *target, unsigned int inforeq);
|
||||
|
Loading…
Reference in New Issue
Block a user