changeset 34:1e7732fef9ae

Added rcsid as static char for invocations from outside package.
author neelin <neelin>
date Tue, 01 Dec 1992 16:30:55 +0000
parents b3808a3ac649
children 82c528f85357
files libsrc/minc.h
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libsrc/minc.h
+++ b/libsrc/minc.h
@@ -18,9 +18,15 @@
                  MI acquisition variable
 @CREATED    : July 24, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : 
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 1.14 1992-12-01 14:04:07 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 1.15 1992-12-01 16:30:55 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
+#ifndef MINC_PRIVATE_HEADER_FILE
+#ifndef lint
+static char minc_h_rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc.h,v 1.15 1992-12-01 16:30:55 neelin Exp $ MINC (MNI)";
+#endif
+#endif
+
 #include <netcdf.h>
 
 /* Some useful constants */