FOSSology
4.5.1
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 */
processRawSource
void processRawSource()
Definition:
process.c:113
processRegularFiles
void processRegularFiles()
Process a list of regular files.
Definition:
process.c:135
src
nomos
agent
process.h
Generated on Wed Mar 26 2025 09:10:53 for FOSSology by
1.9.1