vfs: check userland buffers before reading them.
[haiku.git] / src / bin / package_repo / package_repo.h
blobcc217e31f63a39aa979c5037d8cef2b92b85517e
1 /*
2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef PACKAGE_REPO_H
6 #define PACKAGE_REPO_H
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