FOSSology  4.4.0
Open Source License Compliance by Open Source Software
process.h
1 /*
2  SPDX-FileCopyrightText: © 2006-2009 Hewlett-Packard Development Company, L.P.
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 
7 #ifndef _PROCESS_H
8 #define _PROCESS_H
9 
10 void processRawSource();
11 void processRegularFiles();
12 #ifdef DEAD_CODE
13 void stripLine(char *textp, int offset, int size);
14 #endif /* DEAD_CODE */
15 
16 #endif /* _PROCESS_H */
void processRawSource()
Definition: process.c:113
void processRegularFiles()
Process a list of regular files.
Definition: process.c:135