Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix prototypes with no arguments
Baptiste Daroussin committed 9 years ago
commit 0f8266595dc4758b61ab496be96e2876d451bd9b
parent f6e065b
1 file changed +2 -2
modified libpkg/pkg_create.c
@@ -43,8 +43,8 @@

static int pkg_create_from_dir(struct pkg *, const char *, struct packing *);
static void counter_init(const char *what, int64_t max);
-
static void counter_count();
-
static void counter_end();
+
static void counter_count(void);
+
static void counter_end(void);

static int
pkg_create_from_dir(struct pkg *pkg, const char *root,