prepare v1.1.4
[awesomized/libmemcached] / src / libmemcached / instance.hpp
index 57f68786b10d8ccc1f1a22b26d3978e398091c0f..eba0e213ab257f3a88c8e841d376c10c017cace9 100644 (file)
@@ -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   <mike@php.net>                |
+    | 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 *);