aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAlertSheets.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAlertSheets.h')
-rw-r--r--Source/SPAlertSheets.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPAlertSheets.h b/Source/SPAlertSheets.h
index 50d7bb18..f61d0e38 100644
--- a/Source/SPAlertSheets.h
+++ b/Source/SPAlertSheets.h
@@ -56,3 +56,10 @@ void SPBeginAlertSheet(
void *contextInfo,
NSString *msg
);
+
+void SPOnewayAlertSheet(
+ NSString *title,
+ NSString *defaultButton,
+ NSWindow *docWindow,
+ NSString *msg
+);