From: Michael Wallner Date: Sun, 25 Oct 2020 05:34:50 +0000 (+0100) Subject: remove wrongly located header X-Git-Tag: 1.1.0-beta1~162 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=531ef2bbdcf2f92d82ef20af2eb55b8e542b3ae6 remove wrongly located header --- diff --git a/src/libmemcached/callback.h b/src/libmemcached/callback.h deleted file mode 100644 index c3f848ee..00000000 --- a/src/libmemcached/callback.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | - +--------------------------------------------------------------------+ - | Redistribution and use in source and binary forms, with or without | - | modification, are permitted under the terms of the BSD license. | - | You should have received a copy of the license in a bundled file | - | named LICENSE; in case you did not receive a copy you can review | - | the terms online at: https://opensource.org/licenses/BSD-3-Clause | - +--------------------------------------------------------------------+ - | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | - +--------------------------------------------------------------------+ -*/ - -#pragma once - -test_return_t test_MEMCACHED_CALLBACK_DELETE_TRIGGER(memcached_st *); - -test_return_t test_MEMCACHED_CALLBACK_DELETE_TRIGGER_and_MEMCACHED_BEHAVIOR_NOREPLY(memcached_st *);