X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fgearmand.h;h=0c09774c1a3ceae93e46dfd3149bf6ef26dee134;hb=09835f1c7f9e00ed3561968d496aa1dd6061f7ac;hp=6d311ead55efdb9cb6f75c794b7b77ecc708ad8e;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=m6w6%2Flibmemcached diff --git a/libtest/gearmand.h b/libtest/gearmand.h index 6d311ead..0c09774c 100644 --- a/libtest/gearmand.h +++ b/libtest/gearmand.h @@ -1,8 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * libtest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -36,8 +36,12 @@ #pragma once +#include + +namespace libtest { struct Server; } + namespace libtest { -Server *build_gearmand(const char *hostname, in_port_t try_port); +libtest::Server *build_gearmand(const char *hostname, in_port_t try_port); }