projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0020b8
)
New function: recType_byName.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 27 Sep 1995 12:21:25 +0000
(12:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 27 Sep 1995 12:21:25 +0000
(12:21 +0000)
include/recctrl.h
patch
|
blob
|
history
diff --git
a/include/recctrl.h
b/include/recctrl.h
index
b8a980f
..
8c6f2ab
100644
(file)
--- 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