1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

smart: importing common.{h,c} from munin-c

The compilation is very easy, a simple `make` should work, as I provided
a convenient `Makefile`
This commit is contained in:
Steve Schnepp 2021-02-07 12:05:40 +01:00
parent a420c4eb58
commit 6eff786eef
4 changed files with 145 additions and 1 deletions

View file

@ -68,7 +68,7 @@ static char getitem(char *input, unsigned char item, char *output)
return 0;
}
int smart(int argc, char **argv)
int main(int argc, char **argv)
{
char command[50];
char output[255];