projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
349ca73
)
Add pragma
author
Brian Aker
<brian@tangent.org>
Mon, 7 Mar 2011 23:09:56 +0000
(15:09 -0800)
committer
Brian Aker
<brian@tangent.org>
Mon, 7 Mar 2011 23:09:56 +0000
(15:09 -0800)
libtest/server.h
patch
|
blob
|
history
diff --git
a/libtest/server.h
b/libtest/server.h
index 0aef86f93ce28ee57747a18329499e32da1b726c..e849f29a924b05587732ee67e1fb0dcc1d712e5d 100644
(file)
--- a/
libtest/server.h
+++ b/
libtest/server.h
@@
-1,4
+1,5
@@
/*
+ * Copyright (C) 2011 Data Differential, http://datadifferential.com/
* Copyright (C) 2006-2009 Brian Aker
* All rights reserved.
*
@@
-6,6
+7,8
@@
* the COPYING file in the parent directory for full text.
*/
+#pragma once
+
/*
Server startup and shutdown functions.
*/