summaryrefslogtreecommitdiff
path: root/apt-private/private-sources.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-28 12:15:47 +0100
committerMichael Vogt <mvo@debian.org>2013-11-28 12:15:47 +0100
commit9e6b13f3751f8a1287ff79861980afb7792a5f9e (patch)
tree98351f6744c4a98c90950d4bd8545c2620d78f11 /apt-private/private-sources.h
parente6645b9fb9ba3a7ff7b6663af3f5e1bcb6f23d78 (diff)
move EditSources into its own file
Diffstat (limited to 'apt-private/private-sources.h')
-rw-r--r--apt-private/private-sources.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-private/private-sources.h b/apt-private/private-sources.h
new file mode 100644
index 000000000..b394622be
--- /dev/null
+++ b/apt-private/private-sources.h
@@ -0,0 +1,3 @@
+#include <apt-pkg/cmndline.h>
+
+bool EditSources(CommandLine &CmdL);