]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/loclass/fileutils.h
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / loclass / fileutils.h
index 02cfcef92d884c0c74284027ea25277cb8a569b0..cfe65187e1a113c73de4d91321ad90e43c05d74e 100644 (file)
@@ -64,8 +64,9 @@ int loadFile(const char *fileName, void* data, size_t datalen);
  * Utility function to print to console. This is used consistently within the library instead
  * of printf, but it actually only calls printf. The reason to have this method is to
  *make it simple to plug this library into proxmark, which has this function already to
- * write also to a logfile. When doing so, just delete this function.
+ * write also to a logfile. When doing so, just point this function to use PrintAndLog
  * @param fmt
  */
 void prnlog(char *fmt, ...);
+int fileExists(const char *filename);
 #endif // FILEUTILS_H
Impressum, Datenschutz