31 lines
716 B
C
31 lines
716 B
C
/* @(#)25 1.4 src/bldenv/pkgtools/first.h, pkgtools, bos412, GOLDA411a 4/20/93 15:13:20 */
|
|
/*
|
|
* COMPONENT_NAME: PKGTOOLS
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
* combined with the aggregated modules for this product)
|
|
* SOURCE MATERIALS
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1992,1993
|
|
* All Rights Reserved
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
/*
|
|
* Function Prototypes for first stuff
|
|
*
|
|
*/
|
|
|
|
#ifndef _h_FIRST_STUFF
|
|
#define _h_FIRST_STUFF
|
|
|
|
|
|
void do_dir(List *, Tapeinfo *, char *);
|
|
|
|
#endif
|