mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
PackageManager
Created the commandline Interface Deleated subcategries svn path=/trunk/; revision=14553
This commit is contained in:
parent
2cb97d1370
commit
c6237266d7
11 changed files with 390 additions and 86 deletions
19
rosapps/packmgr/cmd-line/main.h
Normal file
19
rosapps/packmgr/cmd-line/main.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
///////////////////////////////////////////////////
|
||||
//
|
||||
// main.h
|
||||
// main.cpp's lumber room :)
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
#include "package.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
vector<string> cmdline;
|
||||
bool done = false;
|
||||
|
||||
int Help (void);
|
||||
int Install (void);
|
||||
int Show (void);
|
||||
|
||||
int SetStatus (int status1, int status2, WCHAR* text);
|
Loading…
Add table
Add a link
Reference in a new issue