src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 311
e676ed461b5b
parent 305
4db64fe30588
child 345
5832e10fc59a
equal deleted inserted replaced
310:523fe96baeca 311:e676ed461b5b
132 132
133 int pg_vfs_dirio_readdir(VFS_DIR dir, VFS_ENTRY *entry, int getstat); 133 int pg_vfs_dirio_readdir(VFS_DIR dir, VFS_ENTRY *entry, int getstat);
134 void pg_vfs_dirio_close(VFS_DIR dir); 134 void pg_vfs_dirio_close(VFS_DIR dir);
135 135
136 time_t pg_convert_timestamp(const char *timestamp); 136 time_t pg_convert_timestamp(const char *timestamp);
137 int pg_convert_timestamp_tm(const char *timestamp, struct tm *tm);
137 138
138 #ifdef __cplusplus 139 #ifdef __cplusplus
139 } 140 }
140 #endif 141 #endif
141 142

mercurial