diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_artifactory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c index 8a7b269..4af7eec 100644 --- a/tests/test_artifactory.c +++ b/tests/test_artifactory.c @@ -2,9 +2,7 @@ #include "artifactory.h" #include "delivery.h" -// Import private functions from core -extern int delivery_init_platform(struct Delivery *ctx); -extern int populate_delivery_cfg(struct Delivery *ctx, int render_mode); + struct JFRT_Auth gauth; struct JFRT_Auth gnoauth; |