X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=net.h;h=5ff53987af6591e6192ae034fe6270fbb29df01b;hb=5ac60f47e2404603690ae509252a852ac2d74c61;hp=4a89778b87495136ca046813c3af274201097b19;hpb=c839ef92e35d5604748aa4674b400156ff7baced;p=paraslash.git diff --git a/net.h b/net.h index 4a89778b..5ff53987 100644 --- a/net.h +++ b/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Andre Noll + * Copyright (C) 2006-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ #define UNIX_PATH_MAX 108 #endif +/** used to crypt the communication between para_server and para_client */ typedef void crypt_function(unsigned long len, const unsigned char *indata, unsigned char *outdata, void *private_data);