X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcached%2Finstance.hpp;h=eba0e213ab257f3a88c8e841d376c10c017cace9;hb=2aab18117a2b078dd0eb366f3766a1fef06da695;hp=57f68786b10d8ccc1f1a22b26d3978e398091c0f;hpb=c8a5aecba8e189092266f304ca81ab42625edf60;p=awesomized%2Flibmemcached diff --git a/src/libmemcached/instance.hpp b/src/libmemcached/instance.hpp index 57f68786..eba0e213 100644 --- a/src/libmemcached/instance.hpp +++ b/src/libmemcached/instance.hpp @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - 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. | @@ -9,7 +9,7 @@ | 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 | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ @@ -135,7 +135,7 @@ struct memcached_instance_st { } }; -memcached_instance_st *__instance_create_with(memcached_st *memc, memcached_instance_st *self, +memcached_instance_st *instance_create_with(memcached_st *memc, memcached_instance_st *self, const memcached_string_t &_hostname, const in_port_t port, uint32_t weight, const memcached_connection_t type); @@ -143,4 +143,4 @@ memcached_instance_st *__instance_create_with(memcached_st *memc, memcached_inst memcached_return_t memcached_instance_push(memcached_st *ptr, const memcached_instance_st *, uint32_t); -void __instance_free(memcached_instance_st *); +void instance_free(memcached_instance_st *);