diff options
author | sebastid <sebastid> | 2005-06-17 23:52:32 +0000 |
---|---|---|
committer | sebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-06-17 23:52:32 +0000 |
commit | 4548e51fa5d73686d77ba4032e07bd08188e4387 (patch) | |
tree | 78a3dbf99e34fef3ca2925512bdae6db24fd6757 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | cb818ba304a9e9ef9c1b9e6fc7b4cd841e89058a (diff) |
Download files with CURL. Thanks to Simon Poole.
SVN revision: 15400
Diffstat (limited to 'legacy/ecore/src/lib/ecore_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index b8b9e7c4ed..b691655875 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -10,12 +10,10 @@ | |||
10 | #include "Ecore.h" | 10 | #include "Ecore.h" |
11 | #include "Ecore_File.h" | 11 | #include "Ecore_File.h" |
12 | 12 | ||
13 | /* ecore_file_monitor */ | ||
13 | int ecore_file_monitor_init(void); | 14 | int ecore_file_monitor_init(void); |
14 | int ecore_file_monitor_shutdown(void); | 15 | int ecore_file_monitor_shutdown(void); |
15 | 16 | ||
16 | int ecore_file_path_init(void); | ||
17 | int ecore_file_path_shutdown(void); | ||
18 | |||
19 | #define ECORE_FILE_MONITOR(x) ((Ecore_File_Monitor *)(x)) | 17 | #define ECORE_FILE_MONITOR(x) ((Ecore_File_Monitor *)(x)) |
20 | 18 | ||
21 | struct _Ecore_File_Monitor | 19 | struct _Ecore_File_Monitor |
@@ -65,4 +63,13 @@ EAPI Ecore_File_Monitor *ecore_file_monitor_poll_add(const char *path, | |||
65 | const char *path), | 63 | const char *path), |
66 | void *data); | 64 | void *data); |
67 | EAPI void ecore_file_monitor_poll_del(Ecore_File_Monitor *ecore_file_monitor); | 65 | EAPI void ecore_file_monitor_poll_del(Ecore_File_Monitor *ecore_file_monitor); |
66 | |||
67 | /* ecore_file_path */ | ||
68 | int ecore_file_path_init(void); | ||
69 | int ecore_file_path_shutdown(void); | ||
70 | |||
71 | /* ecore_file_download */ | ||
72 | int ecore_file_download_init(void); | ||
73 | int ecore_file_download_shutdown(void); | ||
74 | |||
68 | #endif | 75 | #endif |