]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Add License/Copyright headers/notices. Please add your own copyright notice if you...
[proxmark3-svn] / client / proxmark3.c
index 830a12456873e1e01e529d0b18ea6e22db2bfdaa..b98afd9a5df7d0950a2740b675d20c5e3d703fdc 100644 (file)
@@ -1,4 +1,15 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Main binary
+//-----------------------------------------------------------------------------
+
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <pthread.h>
 #include <readline/readline.h>
@@ -34,6 +45,7 @@ static void *usb_receiver(void *targ)
   }
 
   pthread_exit(NULL);
+  return NULL;
 }
 
 static void *main_loop(void *targ)
@@ -69,6 +81,7 @@ static void *main_loop(void *targ)
 
   ExitGraphics();
   pthread_exit(NULL);
+  return NULL;
 }
 
 int main(int argc, char **argv)
Impressum, Datenschutz