Commit 94f34ca1 authored by Martin Pool's avatar Martin Pool

Doc.

parent b0633744
...@@ -48,6 +48,8 @@ ...@@ -48,6 +48,8 @@
* *
*/ */
/* TODO: Parameter to set debug level on server. */
#include "rsync.h" #include "rsync.h"
#define PTR_DIFF(p1,p2) ((ptrdiff_t)(((char *)(p1)) - (char *)(p2))) #define PTR_DIFF(p1,p2) ((ptrdiff_t)(((char *)(p1)) - (char *)(p2)))
#define strequal(a,b) (strcasecmp(a,b)==0) #define strequal(a,b) (strcasecmp(a,b)==0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment