X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbacktrace.hpp;h=a83d3ea14ac145d95b87e4964a07e48919ed01b8;hb=6d8ae66c64dded43f17dc85b906dd334e1173bf7;hp=330d02c4ae3c302d48be6a4fb86f54740cd1c3be;hpb=920b0f21e75bb5b145a7de7383f5ae8c4a2c358a;p=awesomized%2Flibmemcached diff --git a/libmemcached/backtrace.hpp b/libmemcached/backtrace.hpp index 330d02c4..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,4 +37,12 @@ #pragma once +#ifdef __cplusplus +extern "C" { +#endif + void custom_backtrace(void); + +#ifdef __cplusplus +} +#endif