Added RCS identification.

This commit is contained in:
keie
1984-08-17 14:44:24 +00:00
parent 6474db065f
commit f077a39568
20 changed files with 85 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#ifndef NORCSID
#define RCS_LIST "$Header$"
#endif
struct ca_elem {
struct ca_elem *ca_next; /* The link */
char *ca_cont; /* The contents */