X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=APIs%2Ferror.api;h=e31533879de3d5e98dba4e2060a28d97c097bc8b;hb=e253e10f2d1c35bd685de8c4de993653f6a8330d;hp=0ec07c2780bbcd62160e04a914d575b5104cca93;hpb=a3d742e544ffaff9fc0425cf727060be0d3a2631;p=wrappi.git diff --git a/APIs/error.api b/APIs/error.api index 0ec07c2..e315338 100644 --- a/APIs/error.api +++ b/APIs/error.api @@ -1,3 +1,21 @@ +(* wrappi -*- tuareg -*- + * Copyright (C) 2011-2012 Red Hat Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + *) + entry_point local bool error () << @@ -8,4 +26,8 @@ entry_point local void clear_error () << w->error_flag = 0; ->> \ No newline at end of file +>> + +(* +event error ??? +*)