X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8ca17b9a328732cac9ccd9e1c96c8d35777afe88..ebb51f80568cc35cf3cd2f99a31a28f72526798d:/src/mail/setsa.sig diff --git a/src/mail/setsa.sig b/src/mail/setsa.sig index bc81859..5ec1020 100644 --- a/src/mail/setsa.sig +++ b/src/mail/setsa.sig @@ -1,5 +1,6 @@ (* HCoop Domtool (http://hcoop.sourceforge.net/) * Copyright (c) 2006, Adam Chlipala + * Copyright (c) 2014 Clinton Ebadi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -26,5 +27,6 @@ signature SET_SA = sig val query : address -> bool val set : address * bool -> unit + val rebuild : unit -> bool end