mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 07:01:25 +01:00
Move library tree where it belongs
This commit is contained in:
13
lib-src/redland/utils/rdfproc_getopt.h
Normal file
13
lib-src/redland/utils/rdfproc_getopt.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Public Domain getopt header
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef RDFPROC_GETOPT_H
|
||||
#define RDFPROC_GETOPT_H
|
||||
|
||||
int getopt(int argc, char * const argv[], const char *optstring);
|
||||
extern char *optarg;
|
||||
extern int optind, opterr, optopt;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user