Blame |
Last modification |
View Log
| SVN
| RSS feed
#include <stdio.h>
#include "actions.h"
int do_upload(actions_t* action) {
return 0;
}
int do_reset(actions_t* action) {
return 0;
}
int do_start(actions_t* action) {
return 0;
}
int do_dump(actions_t* action) {
return 0;
}
int do_send(actions_t* action) {
return 0;
}