X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbacktrace.hpp;h=a83d3ea14ac145d95b87e4964a07e48919ed01b8;hb=4c1122cf139f7b073807f0a9187306518988a08f;hp=98db320c3d6291f72ad101c6441a63ce7524156d;hpb=3e4c141a6b0ec12b668143a26ecf01da5c151931;p=awesomized%2Flibmemcached diff --git a/libmemcached/backtrace.hpp b/libmemcached/backtrace.hpp index 98db320c..a83d3ea1 100644 --- a/libmemcached/backtrace.hpp +++ b/libmemcached/backtrace.hpp @@ -2,7 +2,7 @@ * * libmcachedd client library. * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,5 +37,12 @@ #pragma once -LIBMEMCACHED_LOCAL +#ifdef __cplusplus +extern "C" { +#endif + void custom_backtrace(void); + +#ifdef __cplusplus +} +#endif