libidav/session.h

branch
dav-2
changeset 925
61a231a8d8f5
parent 747
efbd59642577
equal deleted inserted replaced
924:e1f053ba2c10 925:61a231a8d8f5
110 int dav_add_collection_lock(DavSession *sn, const char *path, DavLock *lock); 110 int dav_add_collection_lock(DavSession *sn, const char *path, DavLock *lock);
111 111
112 DavLock* dav_get_lock(DavSession *sn, const char *path); 112 DavLock* dav_get_lock(DavSession *sn, const char *path);
113 void dav_remove_lock(DavSession *sn, const char *path, DavLock *lock); 113 void dav_remove_lock(DavSession *sn, const char *path, DavLock *lock);
114 114
115 int dav_curl_set_auth(CURL *handle, cxstring user, cxstring password);
116
115 #ifdef __cplusplus 117 #ifdef __cplusplus
116 } 118 }
117 #endif 119 #endif
118 120
119 #endif /* DAV_SESSION_H */ 121 #endif /* DAV_SESSION_H */

mercurial