2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
9 void print_usage_and_exit(bool error
);
11 int command_create(int argc
, const char* const* argv
);
12 int command_list(int argc
, const char* const* argv
);
13 int command_update(int argc
, const char* const* argv
);
16 #endif // PACKAGE_REPO_H