xbps-repo: renamed repository.c to show.c.
This commit is contained in:
parent
c2eed68471
commit
ced906ff3f
@ -2,7 +2,7 @@ TOPDIR = ../..
|
|||||||
-include $(TOPDIR)/config.mk
|
-include $(TOPDIR)/config.mk
|
||||||
|
|
||||||
BIN = xbps-repo
|
BIN = xbps-repo
|
||||||
OBJS = main.o index.o repository.o find-files.o
|
OBJS = main.o index.o show.o find-files.o
|
||||||
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
|
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
|
||||||
OBJS += ../xbps-bin/trans_cb.o
|
OBJS += ../xbps-bin/trans_cb.o
|
||||||
MAN = $(BIN).8
|
MAN = $(BIN).8
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
/* From index.c */
|
/* From index.c */
|
||||||
int repo_genindex(const char *);
|
int repo_genindex(const char *);
|
||||||
|
|
||||||
/* From repository.c */
|
/* From show.c */
|
||||||
int show_pkg_info_from_repolist(const char *, const char *);
|
int show_pkg_info_from_repolist(const char *, const char *);
|
||||||
int show_pkg_deps_from_repolist(const char *);
|
int show_pkg_deps_from_repolist(const char *);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user