6 lines
78 B
C
6 lines
78 B
C
#include "repo.h"
|
|
|
|
int repo_get_config(struct Config* config) {
|
|
return 0;
|
|
}
|
|
|