add more missing documentation
[paraslash.git] / net.h
diff --git a/net.h b/net.h
index 4a89778b87495136ca046813c3af274201097b19..5ff53987af6591e6192ae034fe6270fbb29df01b 100644 (file)
--- a/net.h
+++ b/net.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
  *
  *     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);