1 /***********************************************************************************************************************************
2 Repository Get Command
3 ***********************************************************************************************************************************/
4 #ifndef COMMAND_STORAGE_GET_H
5 #define COMMAND_STORAGE_GET_H
6 
7 /***********************************************************************************************************************************
8 Functions
9 ***********************************************************************************************************************************/
10 // Get a file from the repository
11 int cmdStorageGet(void);
12 
13 #endif
14