Created SILC Runtime Toolkit git repository Part II.
[runtime.git] / lib / silcutil / silctypes.h
index 6b4ca86153e3158345871cfdd7a5279356620c7a..8cbb20d0e77dd0bb5027460623341f3f13c04336 100644 (file)
@@ -255,7 +255,7 @@ typedef SilcUInt32 * void *;
  *    Platform specific socket.  On POSIX compliant systems this is simply
  *    an integer, representing the socket. On other systems it is platform
  *    specific socket context.  Access it only through routines that can
- *    handle SilcSocket types, unless you know what you are doing.
+ *    handle SilcSocket types.
  *
  * SOURCE
  */
@@ -315,7 +315,7 @@ typedef SilcUInt32 SilcParam;
 #define SILC_PARAM_OFFSET_END    111
 #define SILC_PARAM_DELETE        112
 #define SILC_PARAM_ALLOC         0x00010000     /* Allocate, bitmask */
-#define SILC_PARAM_APPEND        0x00020000    /* Append, bitmask */
+#define SILC_PARAM_REPLACE       0x00020000    /* Replace, bitmask */
 
 /* Macros */