forked from Lainports/freebsd-ports
- Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp
11 lines
240 B
Text
11 lines
240 B
Text
--- main.h.orig Sat Oct 21 15:56:32 1995
|
|
+++ main.h Sat Jan 27 15:30:30 2001
|
|
@@ -43,7 +43,7 @@
|
|
|
|
void help(void);
|
|
void get_audio_device(void);
|
|
-void main(int argc, char **argv);
|
|
+int main(int argc, char **argv);
|
|
|
|
|
|
#endif /* _MAIN_H */
|