X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Ffile.h;h=d102cfa40c02541cd84c6849c82bdc6144db0f93;hp=a0e767664f6e7fb0b771c2a088463fc163e6669e;hb=a1ba346736373de17035b91bc55ad08a72d9e073;hpb=aa59a6aa0a27208a096a1344f73f5f770db932a0 diff --git a/include/file.h b/include/file.h index a0e767664..d102cfa40 100644 --- a/include/file.h +++ b/include/file.h @@ -55,7 +55,7 @@ struct empfile { /* flags bits EFF_MEM, EFF_PRIVATE, EFF_NOTIME also fixed then */ /* Members whose values may vary throughout operation */ - int baseid; /* id of first entry in cache */ + int baseid; /* ID of first entry in cache */ int cids; /* # entries in cache */ int fids; /* # entries in table */ int fd; /* file descriptor, -1 if not open */ @@ -68,13 +68,13 @@ struct empfile { */ void (*oninit)(void *elt); /* - * Called after read. @id is the element id, and @elt is the + * Called after read. @id is the element ID, and @elt is the * element read. May modify the element. Modifications are * visible to caller of ef_read(), but have no effect on the file. */ void (*postread)(int id, void *elt); /* - * Called before write. @id is the element id, @old is the + * Called before write. @id is the element ID, @old is the * element being updated (null unless it is cached) and @elt is * the element being written. May modify the element. * Modifications will be visible to caller of ef_write() and are