slight line spacing/indent updates
This commit is contained in:
parent
c35f713e75
commit
44dc48f10f
3 changed files with 3 additions and 3 deletions
|
@ -402,7 +402,6 @@ const char *alpm_conflict_get_ctarget(pmconflict_t *conflict);
|
|||
* Helpers
|
||||
*/
|
||||
|
||||
|
||||
/* md5sums */
|
||||
char *alpm_get_md5sum(char *name);
|
||||
char *alpm_get_sha1sum(char *name);
|
||||
|
|
|
@ -45,6 +45,7 @@ struct __pmdb_t {
|
|||
alpm_list_t *grpcache;
|
||||
alpm_list_t *servers;
|
||||
};
|
||||
|
||||
/* db.c, database general calls */
|
||||
pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
|
||||
void _alpm_db_free(void *data);
|
||||
|
|
Loading…
Add table
Reference in a new issue