1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Converting varags on buffer and ap creation into keyword argument lists.

Copied from Perforce
 Change: 181680
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-05-09 18:25:53 +01:00
parent af44d1241f
commit 688b5bf73d
11 changed files with 99 additions and 70 deletions

View file

@ -331,6 +331,7 @@ typedef struct BufferClassStruct {
ProtocolClassStruct protocol;
const char *name; /* class name string */
size_t size; /* size of outer structure */
BufferVarargsMethod varargs; /* parse obsolete varargs */
BufferInitMethod init; /* initialize the buffer */
BufferFinishMethod finish; /* finish the buffer */
BufferAttachMethod attach; /* attach the buffer */