summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ptycon_driver_impl.h')
-rw-r--r--src/internal/ptycon_driver_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h
index 03f0c9b..67393ff 100644
--- a/src/internal/ptycon_driver_impl.h
+++ b/src/internal/ptycon_driver_impl.h
@@ -61,4 +61,7 @@ static inline struct ptyc_driver_ctx_impl * ptyc_get_driver_ictx(struct ptyc_dri
return 0;
}
+int32_t ptyc_open_file(void ** hfile, void * hat, const char * arg, bool fprivate);
+int32_t ptyc_open_dir(void ** hfile, void * hat, const char * arg, bool fprivate);
+
#endif