X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fdata%2Fcaseproto.h;h=3fc8c2c051451cddea401b712f534371eceb9043;hp=b85a9f32d9260f02d6339b8f0852caca8518722f;hb=ed0dda01c61c6b086e47f64302b75da5df97db87;hpb=ed7039fafdba4e2f72ad6e4192197fc938c6d2b0 diff --git a/src/data/caseproto.h b/src/data/caseproto.h index b85a9f32..3fc8c2c0 100644 --- a/src/data/caseproto.h +++ b/src/data/caseproto.h @@ -78,6 +78,7 @@ struct pool; /* Creation and destruction. */ struct caseproto *caseproto_create (void) MALLOC_LIKE; +struct caseproto *caseproto_clone (const struct caseproto *) ; static inline struct caseproto *caseproto_ref (const struct caseproto *); struct caseproto *caseproto_ref_pool (const struct caseproto *, struct pool *); static inline void caseproto_unref (struct caseproto *);