From 4f4057606fcc67b92895e575a6f3af2d5165b75c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 27 Sep 1995 12:21:25 +0000 Subject: [PATCH] New function: recType_byName. --- include/recctrl.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/recctrl.h b/include/recctrl.h index b8a980f..8c6f2ab 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.2 1995-09-15 14:45:03 adam + * Revision 1.3 1995-09-27 12:21:25 adam + * New function: recType_byName. + * + * Revision 1.2 1995/09/15 14:45:03 adam * Retrieve control. * * Revision 1.1 1995/09/14 07:48:13 adam @@ -59,4 +62,6 @@ typedef struct recType int (*retrieve)(struct recRetrieveCtrl *ctrl); } *RecType; +RecType recType_byName (const char *name); + #endif -- 1.7.10.4