From 432e914dbd43c3ee354aa1eeff8f2dc750913f0e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 2 Apr 2013 20:35:46 +0000 Subject: Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it indicates. (Note: "unsaved data" is more than just "unsaved changes"; it could also mean "temporary file that hasn't been saved anywhere".) svn path=/trunk/; revision=48709 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index 774b5264eb..fba684915a 100644 --- a/file.h +++ b/file.h @@ -232,7 +232,7 @@ gboolean cf_can_save_as(capture_file *cf); * @param cf the capture file to check * @return TRUE if it has unsaved data, FALSE if it doesn't */ -gboolean cf_not_saved(capture_file *cf); +gboolean cf_has_unsaved_data(capture_file *cf); /** * Save all packets in a capture file to a new file, and, if that succeeds, -- cgit v1.2.3