Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/xbps-rindex/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define _XBPS_RINDEX "xbps-rindex"

/* From index-add.c */
int index_add(struct xbps_handle *, int, int, char **, bool, const char *);
int index_add(struct xbps_handle *xhp, int argc, char **argv, bool force, const char *compression, xbps_array_t repos);

/* From index-clean.c */
int index_clean(struct xbps_handle *, const char *, bool, const char *);
Expand Down
Loading
Loading