dav/main.h

changeset 194
1950f483d3c4
parent 190
a76e43d89f55
child 195
4b7823a58199
equal deleted inserted replaced
193:cd30c7a7baf8 194:1950f483d3c4
66 66
67 int cmd_info(CmdArgs *args); 67 int cmd_info(CmdArgs *args);
68 68
69 char* stdin2str(); 69 char* stdin2str();
70 70
71 void repository_assistent(Repository *repo, int mode); 71 int cmd_create_repository(CmdArgs *args);
72
73 int cmd_add_repository(CmdArgs *args);
74 int cmd_modify_repository(CmdArgs *args);
75 int cmd_delete_repository(CmdArgs *args);
76 int cmd_list_repositories(CmdArgs *args);
77 72
78 #ifdef __cplusplus 73 #ifdef __cplusplus
79 } 74 }
80 #endif 75 #endif
81 76

mercurial