mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
PackageManager: Converted cmdline interface to C
svn path=/trunk/; revision=14632
This commit is contained in:
parent
1eb9c1db51
commit
58096a81e6
5 changed files with 214 additions and 209 deletions
|
@ -4,13 +4,11 @@
|
|||
// main.cpp's lumber room :)
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
#include "package.hpp"
|
||||
#include <package.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
vector<string> cmdline;
|
||||
bool done = false;
|
||||
int Argc;
|
||||
char **Argv;
|
||||
BOOL done = FALSE;
|
||||
|
||||
int Help (void);
|
||||
int Install (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue