summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-17 03:00:30 -0400
committermidipix <writeonce@midipix.org>2016-07-21 03:47:29 -0400
commitacafe9829b0534d0b052f7382c77ea7fc753260c (patch)
tree9ca8b391b62662608888120be507a4c84b3c85b3 /src/internal/ptycon_driver_impl.h
parentcc22daecf6700070d7a4955f1a2a0847287b0b8d (diff)
downloadptycon-acafe9829b0534d0b052f7382c77ea7fc753260c.tar.bz2
ptycon-acafe9829b0534d0b052f7382c77ea7fc753260c.tar.xz
internals: ptyc_open_file(), ptyc_open_dir(): [implementation and] integration.
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