Merge doc update.
[m6w6/libmemcached] / libtest / gearmand.h
index 6d311ead55efdb9cb6f75c794b7b77ecc708ad8e..0c09774c1a3ceae93e46dfd3149bf6ef26dee134 100644 (file)
@@ -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
 
 #pragma once
 
+#include <arpa/inet.h>
+
+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);
 
 }