From: Joost Verburg Date: Fri, 3 Nov 2006 12:36:51 +0000 (+0000) Subject: start lyx namespace after header files X-Git-Tag: 1.6.10~12069 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b398d3b02b8514a786ec76689eb0800e274b7b0e;p=features.git start lyx namespace after header files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15709 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/mkdir.C b/src/support/mkdir.C index e9b77ac733..a667e4fc91 100644 --- a/src/support/mkdir.C +++ b/src/support/mkdir.C @@ -19,9 +19,6 @@ # include #endif #include - - -namespace lyx { #ifdef HAVE_UNISTD_H # include #endif @@ -32,6 +29,9 @@ namespace lyx { # include #endif +namespace lyx { + + int lyx::support::mkdir(std::string const & pathname, unsigned long int mode) { // FIXME: why don't we have mode_t in lyx::mkdir prototype ??