diff --git a/mediachanger/castorrmc/common/getconfent.c b/mediachanger/castorrmc/common/getconfent.c index c27fdb2c2a2ff0b28afdad1a90acd6a237ddbc1c..1a1792d85677a03fa6a2e67844f80d77a4399c55 100644 --- a/mediachanger/castorrmc/common/getconfent.c +++ b/mediachanger/castorrmc/common/getconfent.c @@ -1,6 +1,9 @@ /* - * $Id: getconfent.c,v 1.6 1999/07/22 15:29:53 obarring Exp $ + * $Id: getconfent.c,v 1.7 1999/07/27 09:25:30 obarring Exp $ * $Log: getconfent.c,v $ + * Revision 1.7 1999/07/27 09:25:30 obarring + * Add cvsID string constant + * * Revision 1.6 1999/07/22 15:29:53 obarring * Go back to use strtok_r instead of strpbrk * @@ -13,6 +16,15 @@ * */ +/* + * Copyright (C) 1991-1999 by CERN IT-PDP/DM + * All rights reserved + */ + +#ifndef lint +static char cvsId[] = "$Id: getconfent.c,v 1.7 1999/07/27 09:25:30 obarring Exp $"; +#endif /* not lint */ + #include <stdio.h> #include <string.h> #include <Cglobals.h>