summaryrefslogtreecommitdiff
path: root/src/cli/cli.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
commit520f54d6219b7c625b4e07463ac393e6982ddab6 (patch)
tree74b4483786b3842b1a0384fd33deb7483276bea1 /src/cli/cli.h
parentae4e87df37ed8904de92c7cf2f3a11128cda2a21 (diff)
tagging ychat-0.7.1ychat-0.7.1
Diffstat (limited to 'src/cli/cli.h')
-rwxr-xr-xsrc/cli/cli.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/cli/cli.h b/src/cli/cli.h
index cc5a5fc..2c37c17 100755
--- a/src/cli/cli.h
+++ b/src/cli/cli.h
@@ -5,11 +5,11 @@
#include <iostream>
#include <vector>
-#ifndef RUSAGE_SELF
-#define RUSAGE_SELF 0
+#ifndef RUSAGE_SELF
+#define RUSAGE_SELF 0
#endif
-#ifndef RUSAGE_CHILDREN
-#define RUSAGE_CHILDREN -1
+#ifndef RUSAGE_CHILDREN
+#define RUSAGE_CHILDREN -1
#endif
#include "../incl.h"
@@ -30,7 +30,7 @@ class cli
#endif
{
private:
- int parse_input(string s_input);
+ int parse_input( string s_input );
public:
cli( );
@@ -47,6 +47,7 @@ public:
#else
void start();
#endif
+
};
#endif