diff options
Diffstat (limited to 'protocols/Quotes/CreateFilePath.h')
-rw-r--r-- | protocols/Quotes/CreateFilePath.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/Quotes/CreateFilePath.h b/protocols/Quotes/CreateFilePath.h new file mode 100644 index 0000000000..f097e59a52 --- /dev/null +++ b/protocols/Quotes/CreateFilePath.h @@ -0,0 +1,8 @@ +#ifndef _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
+#define _aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
+
+#include <string>
+
+tstring CreateFilePath(const tstring& rsName);
+
+#endif //_aaf3bee6_cee7_4023_8848_5911ad7a9660_CreateFilePath_h__
|