X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=op_checksum_file.mli;fp=op_checksum_file.mli;h=5d167b78e58b3722c76379585437fe7ceec571ca;hb=674ec31578216d728c4ab9c0a8a297e47c81c492;hp=0000000000000000000000000000000000000000;hpb=a4317d06454daae173209204137998838c73807a;p=guestfs-browser.git diff --git a/op_checksum_file.mli b/op_checksum_file.mli new file mode 100644 index 0000000..5d167b7 --- /dev/null +++ b/op_checksum_file.mli @@ -0,0 +1,21 @@ +(* Guestfs Browser. + * Copyright (C) 2011 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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. + *) + +(** Compute the checksum of a file. *) + +val checksum_file : Filetree.tree -> (Gtk.tree_path * string) -> unit