opnsense-ports/net/jags/files/patch-src_jagsmountwith.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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