commit f224e8c03268b5f9d9feae0da928af2e54b6dde6 parent c4425a94f38d291daaab5659cacdf2ac806be710 Author: Rolf Eike Beer <eike@sf-mail.de> Date: Tue, 20 Aug 2019 20:14:14 +0200 add forward declarations for cdbmss_* Diffstat:
M | cdbmss.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/cdbmss.h b/cdbmss.h @@ -13,4 +13,8 @@ struct cdbmss { int fd; } ; +extern int cdbmss_start(); +extern int cdbmss_add(); +extern int cdbmss_finish(); + #endif