#include <argp.h>
#include <stdio.h>
#include <string.h>
#include <megatree/node_file.h>
#include <megatree/storage.h>
#include <megatree/storage_factory.h>
Go to the source code of this file.
Classes | |
struct | arguments_t |
Functions | |
int | main (int argc, char **argv) |
static int | parse_opt (int key, char *arg, struct argp_state *state) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file fixup_root.cpp.
static int parse_opt | ( | int | key, |
char * | arg, | ||
struct argp_state * | state | ||
) | [static] |
Definition at line 16 of file fixup_root.cpp.