summaryrefslogtreecommitdiffstats
path: root/FTPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'FTPServer.h')
-rw-r--r--FTPServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FTPServer.h b/FTPServer.h
index e0f7913..9b767ea 100644
--- a/FTPServer.h
+++ b/FTPServer.h
@@ -73,6 +73,7 @@ private:
virtual int8_t dataConnect();
+ void sendMessage_P(int16_t code, PGM_P fmt, ...);
String getPathName(const String &param, bool includeLast = false);
String getFileName(const String &param, bool fullFilePath = false);
String makeDateTimeStr(time_t fileTime);