X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcached%2Fbacktrace.hpp;h=a83d3ea14ac145d95b87e4964a07e48919ed01b8;hb=f00605dce4a482c8b19ef17c0e79c31238498522;hp=98db320c3d6291f72ad101c6441a63ce7524156d;hpb=04b8554c3724eae57fbd75dc6b3e69dca8b58187;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