summaryrefslogtreecommitdiffstats
path: root/src/rcctranslate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcctranslate.c')
-rw-r--r--src/rcctranslate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rcctranslate.c b/src/rcctranslate.c
index 37f0f01..98c0f1b 100644
--- a/src/rcctranslate.c
+++ b/src/rcctranslate.c
@@ -83,6 +83,10 @@ int rccTranslateSetTimeout(rcc_translate translate, unsigned long us) {
return 0;
}
+int rccTranslateAllowOfflineMode(rcc_translate translate) {
+ return rccExternalAllowOfflineMode();
+}
+
#define RCC_UNLOCK_W 1
#define RCC_UNLOCK_R 2
#define RCC_UNLOCK_RW 3