#ifndef WEBFUSE_HPP
#define WEBFUSE_HPP
namespace webfuse
{
class app
public:
int run(int argc, char * argv[]);
};
}
#endif