]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/proxmark3.h
3f7c300441f2b7d2a2aeda619ceeced02384ccce
   1 //----------------------------------------------------------------------------- 
   2 // Copyright (C) 2009 Michael Gernoth <michael at gernoth.net> 
   3 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com> 
   5 // This code is licensed to you under the terms of the GNU GPL, version 2 or, 
   6 // at your option, any later version. See the LICENSE.txt file for the text of 
   8 //----------------------------------------------------------------------------- 
  10 //----------------------------------------------------------------------------- 
  17 #define PROXPROMPT "proxmark3> " 
  19 void SendCommand(UsbCommand 
*c
); 
  20 const char *get_my_executable_path(void); 
  21 const char *get_my_executable_directory(void);