X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/0d2ce07081a4aab6cb062ddb75ed040f542fc137..dac62e84b324d2187ec9b9882efa47125d5599a4:/src/domain.sig diff --git a/src/domain.sig b/src/domain.sig index 0d74a54..eb94f3f 100644 --- a/src/domain.sig +++ b/src/domain.sig @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*) + *) (* Domain-related primitive actions *) @@ -25,4 +25,9 @@ signature DOMAIN = sig (* Register handlers to run just before and after entering a domain * block. *) + val currentDomain : unit -> string + + val domainFile : string -> TextIO.outstream + (* Open one of the current domain's configuration files. *) + end