projects
/
apt.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess
[apt.git]
/
apt-private
/
private-cmndline.h
This page requires JavaScript to run. Use
this page
instead.
0 / 10 ( 0%)
Commit
Line
Data
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