128 KiB DSC files ought to be enough for everyone
[ntk/apt.git] / apt-private / private-cmndline.h
... / ...
CommitLineData
1#ifndef APT_PRIVATE_CMNDLINE_H
2#define APT_PRIVATE_CMNDLINE_H
3
4#include <apt-pkg/cmndline.h>
5#include <apt-pkg/macros.h>
6
7#include <vector>
8
9APT_PUBLIC std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
10
11#endif