Changeset: bd71c78938cc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd71c78938cc
Modified Files:
gdk/gdk.h
Branch: default
Log Message:
Minor: change param names in declaration to make usage clear.
diffs (18 lines):
diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -2074,10 +2074,10 @@ typedef struct {
ptr atomNull; /* global nil value */
/* generic (fixed + varsized atom) ADT functions */
- int (*atomFromStr) (const char *s, int *len, ptr *dst);
- int (*atomToStr) (str *s, int *len, const void *src);
- void *(*atomRead) (ptr a, stream *s, size_t cnt);
- int (*atomWrite) (const void *a, stream *s, size_t cnt);
+ int (*atomFromStr) (const char *src, int *len, ptr *dst);
+ int (*atomToStr) (str *dst, int *len, const void *src);
+ void *(*atomRead) (void *dst, stream *s, size_t cnt);
+ int (*atomWrite) (const void *src, stream *s, size_t cnt);
int (*atomCmp) (const void *v1, const void *v2);
BUN (*atomHash) (const void *v);
/* optional functions */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list