diff OrthancServer/OrthancInitialization.h @ 429:09b3c6265a94

unit test for fedora 18 problem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2013 15:13:01 +0200
parents 2d269089078f
children b8ace6fc1d1f
line wrap: on
line diff
--- a/OrthancServer/OrthancInitialization.h	Wed May 08 13:06:04 2013 +0200
+++ b/OrthancServer/OrthancInitialization.h	Wed May 08 15:13:01 2013 +0200
@@ -62,6 +62,9 @@
 
   void SetupRegisteredUsers(MongooseServer& httpServer);
 
+  std::string InterpretRelativePath(const std::string& baseDirectory,
+                                    const std::string& relativePath);
+
   std::string InterpretStringParameterAsPath(const std::string& parameter);
 
   void GetGlobalListOfStringsParameter(std::list<std::string>& target,