comparison stream/realrtsp/xbuffer.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents 3f0d00abc073
children 246221f7ba2e
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
21 void *xbuffer_free(void *buf); 21 void *xbuffer_free(void *buf);
22 void *xbuffer_copyin(void *buf, int index, const void *data, int len); 22 void *xbuffer_copyin(void *buf, int index, const void *data, int len);
23 void *xbuffer_ensure_size(void *buf, int size); 23 void *xbuffer_ensure_size(void *buf, int size);
24 void *xbuffer_strcat(void *buf, char *data); 24 void *xbuffer_strcat(void *buf, char *data);
25 25
26 #endif 26 #endif /* XCL_H */