aboutsummaryrefslogtreecommitdiff
path: root/src/cli/updater.h
blob: 71fc75194ebb5f8ce50f411bd2d65f1c3a987aa9 (plain)
1
2
3
4
5
6
#ifndef UPDATER_H
#define UPDATER_H

void update_setup(char*, char*, int, int);

#endif