aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: f0dd7f1ed0230b546acbbba6108825402b0d69ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>
struct compile_cmd_t {
  char *cmd;
  char *args;
  char *fileext;
};

void compile_cmd_free (struct compile_cmd_t *self);

size_t get_commands(struct compile_cmd_t ***ccmds_glob);