diff options
Diffstat (limited to 'camel/camel-stream-fs.h')
-rw-r--r-- | camel/camel-stream-fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-stream-fs.h b/camel/camel-stream-fs.h index 86d955cc1c..c068a460dd 100644 --- a/camel/camel-stream-fs.h +++ b/camel/camel-stream-fs.h @@ -60,6 +60,8 @@ typedef struct { CamelStreamClass parent_class; /* Virtual methods */ + void (*init_with_fd) (CamelStreamFs *stream_fs, int fd); + void (*init_with_name) (CamelStreamFs *stream_fs, const gchar *name, CamelStreamFsMode mode); } CamelStreamFsClass; |