1 /* $RCSfile: arg.h,v $$Revision: 4.1 $$Date: 92/08/07 17:18:16 $
3 * Copyright (c) 1993, Larry Wall
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
12 int (*svt_get) P((SV *sv, MAGIC* mg));
13 int (*svt_set) P((SV *sv, MAGIC* mg));
14 U32 (*svt_len) P((SV *sv, MAGIC* mg));
15 int (*svt_clear) P((SV *sv, MAGIC* mg));
16 int (*svt_free) P((SV *sv, MAGIC* mg));
21 MGVTBL* mg_virtual; /* pointer to magic functions */