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
|
* Helpers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* md5sums */
|
/* md5sums */
|
||||||
char *alpm_get_md5sum(char *name);
|
char *alpm_get_md5sum(char *name);
|
||||||
char *alpm_get_sha1sum(char *name);
|
char *alpm_get_sha1sum(char *name);
|
||||||
|
|
|
@ -45,6 +45,7 @@ struct __pmdb_t {
|
||||||
alpm_list_t *grpcache;
|
alpm_list_t *grpcache;
|
||||||
alpm_list_t *servers;
|
alpm_list_t *servers;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* db.c, database general calls */
|
/* db.c, database general calls */
|
||||||
pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
|
pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
|
||||||
void _alpm_db_free(void *data);
|
void _alpm_db_free(void *data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue