X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=5ff53987af6591e6192ae034fe6270fbb29df01b;hp=4a89778b87495136ca046813c3af274201097b19;hb=c79899fe6a1e8eb3086749f46c599d9790d99921;hpb=101e1fd3252d838458a6ad4015f497818c54c897 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);