X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Frevision.h;h=da589278b22919d49262d89adfebbada4c876c9e;hb=11da4a83e499db74e75d5b59973b0e52b0c1277a;hp=9eeb1e2a9ad19d52e3753acafa6378e6ae6e3a75;hpb=c71e38101952a56c17d1e9031cf69be9cd420976;p=ardour.git diff --git a/libs/ardour/ardour/revision.h b/libs/ardour/ardour/revision.h index 9eeb1e2a9a..da589278b2 100644 --- a/libs/ardour/ardour/revision.h +++ b/libs/ardour/ardour/revision.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Paul Davis + Copyright (C) 2012 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,8 +20,15 @@ #ifndef __ardour_revision_h__ #define __ardour_revision_h__ +#include "ardour/libardour_visibility.h" + namespace ARDOUR { - extern const char* revision; + + extern LIBARDOUR_API const char* revision; + + extern "C" { + LIBARDOUR_API const char* get_ardour_revision(); + } } #endif