projects
/
apt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged without...
[apt.git]
/
apt-private
/
private-cmndline.h
Commit
Line
Data
b9179170
MV
1
#ifndef APT_PRIVATE_CMNDLINE_H
2
#define APT_PRIVATE_CMNDLINE_H
3
4
#include <apt-pkg/cmndline.h>
5
6
#include <vector>
7
8
std::vector<CommandLine::Args> getCommandArgs(char const * const Program, char const * const Cmd);
9
10
#endif