ports/audio/s3mod/files/patch-main.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
238 B
C

--- main.h.orig 1995-10-21 06:56:32 UTC
+++ main.h
@@ -43,7 +43,7 @@ extern uint32 mixspeed;
void help(void);
void get_audio_device(void);
-void main(int argc, char **argv);
+int main(int argc, char **argv);
#endif /* _MAIN_H */