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