fetch.h 119 Bytes EditWeb IDE 1 2 3 4 5 6 7 #ifndef FETCH_H #define FETCH_H void fetch(const char *remote_name); void fetch_all(void); #endif // #ifndef FETCH_H