/* Record from LP - Header * Copyright (C) 1998 J.A. Bezemer * * Licensed under the terms of the GNU General Public License. * ABSOLUTELY NO WARRANTY. * See the file `COPYING' in this directory. */ #ifndef HAVE_RECLP_MAIN_H #define HAVE_RECLP_MAIN_H #define RECLP_HEADERTEXT "Record audio to a sound file" extern void record_from_lp (char *startdir); #endif /* HAVE_RECLP_MAIN_H */