webdav-gtk/main.c

7 lines
99 B
C

#include <gui.h>
int main(const int argc, char **const argv)
{
return gui_main(argc, argv);
}