# HG changeset patch # User Binki # Date 2009-07-15 20:05:48 # Node ID 2a6cba487424852f130d9460055c30eb74db85f1 # Parent de5be38337e68f0e6b9aecb58e978336c05f4baf added skeleton protocol description header I am still unsure of which Makefile.am to place this into diff --git a/src/common/protocol.h b/src/common/protocol.h new file mode 100644 --- /dev/null +++ b/src/common/protocol.h @@ -0,0 +1,23 @@ +/* + Copyright 2009 Nathan Phillip Brink + + This file is a part of DistRen. + + DistRen is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + DistRen is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with DistRen. If not, see . +*/ + +/** + This file defines the constants and structs that the client uses to talk to the server and that the servers use to talk to eachother. + */ +