mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
11 lines
190 B
C
11 lines
190 B
C
--- src/moc.h.orig
|
|
+++ src/moc.h
|
|
@@ -40,7 +40,7 @@ struct moc_s {
|
|
};
|
|
extern struct moc_s moc;
|
|
|
|
-void update_moc(void);
|
|
+int update_moc(void);
|
|
void free_moc(void);
|
|
|
|
#endif /* MOC_H_ */
|