forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
297 B
C
10 lines
297 B
C
--- ./src/jagsmountwith.h.orig 2003-09-04 23:14:54.000000000 +0200
|
|
+++ ./src/jagsmountwith.h 2014-01-08 10:20:11.000000000 +0100
|
|
@@ -50,4 +50,7 @@
|
|
void browse(void);
|
|
};
|
|
|
|
+gint on_mount_with_ok(GtkWidget *, JagsMountWith *);
|
|
+gint on_mount_with_cancel(GtkWidget *, JagsMountWith *);
|
|
+
|
|
#endif
|