vcs-svn / fast_export.hon commit get_remote_url(): use the same data source as ls-remote to get remote urls (45781ad)
   1#ifndef FAST_EXPORT_H_
   2#define FAST_EXPORT_H_
   3
   4void fast_export_delete(uint32_t depth, uint32_t *path);
   5void fast_export_modify(uint32_t depth, uint32_t *path, uint32_t mode,
   6                        uint32_t mark);
   7void fast_export_commit(uint32_t revision, uint32_t author, char *log,
   8                        uint32_t uuid, uint32_t url, unsigned long timestamp);
   9void fast_export_blob(uint32_t mode, uint32_t mark, uint32_t len);
  10
  11#endif