Corrent pod -> html and update ignore file.
[awesomized/libmemcached] / libmemcached / byteorder.h
index 254641f81dfaaf01f56cf3696837e5e4942e1791..17e66a78f59e0d52ee235b9a08dc53af26cd618e 100644 (file)
@@ -1,3 +1,14 @@
+/* LibMemcached
+ * Copyright (C) 2006-2009 Brian Aker
+ * All rights reserved.
+ *
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary:
+ *
+ */
+
 #ifndef LIBMEMCACHED_BYTEORDER_H
 #define LIBMEMCACHED_BYTEORDER_H
 
@@ -12,9 +23,9 @@
 
 #ifndef HAVE_HTONLL
 LIBMEMCACHED_LOCAL
-extern uint64_t ntohll(uint64_t);
+uint64_t ntohll(uint64_t);
 LIBMEMCACHED_LOCAL
-extern uint64_t htonll(uint64_t);
+uint64_t htonll(uint64_t);
 #endif
 
 #ifdef linux