summaryrefslogtreecommitdiffstats
path: root/encryptgpk/encryptgpk.cpp
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 01:05:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 14:44:09 +0200
commit2cd6b182814c58090d842d770a88b5f356c8d330 (patch)
tree7294c44aa4e83603f425e31f34d18f746ad2d7ca /encryptgpk/encryptgpk.cpp
parent63b8775e681c4901e4a2f1ec09086e3380f8b48d (diff)
downloadmxs-utils-2cd6b182814c58090d842d770a88b5f356c8d330.tar.gz
mxs-utils-2cd6b182814c58090d842d770a88b5f356c8d330.tar.xz
use sane main()
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'encryptgpk/encryptgpk.cpp')
-rw-r--r--encryptgpk/encryptgpk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/encryptgpk/encryptgpk.cpp b/encryptgpk/encryptgpk.cpp
index f5cc361..1e8ea8e 100644
--- a/encryptgpk/encryptgpk.cpp
+++ b/encryptgpk/encryptgpk.cpp
@@ -80,7 +80,7 @@ static const uint8_t kInitVector[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
typedef std::vector<std::string> string_vector_t;
// prototypes
-int main(int argc, char* argv[], char* envp[]);
+int main(int argc, char* argv[]);
/*!
* \brief Class that encapsulates the sbtool interface.
@@ -423,7 +423,7 @@ public:
/*!
* Main application entry point. Creates an sbtool instance and lets it take over.
*/
-int main(int argc, char* argv[], char* envp[])
+int main(int argc, char* argv[])
{
try
{