enchant++.h   enchant++.h 
skipping to change at line 18 skipping to change at line 18
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02110-1301, USA.
* *
* In addition, as a special exception, Dom Lachowicz * In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with * gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office * non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including * spell checker backend) and distribute linked combinations including
* the two. You must obey the GNU Lesser General Public License in all * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you mod ify * respects for all of the code used other than said providers. If you mod ify
* this file, you may extend this exception to your version of the * this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version. * do so, delete this exception statement from your version.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 enchant-provider.h   enchant-provider.h 
skipping to change at line 18 skipping to change at line 18
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02110-1301, USA.
* *
* In addition, as a special exception, Dom Lachowicz * In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with * gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office * non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including * spell checker backend) and distribute linked combinations including
* the two. You must obey the GNU Lesser General Public License in all * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you mod ify * respects for all of the code used other than said providers. If you mod ify
* this file, you may extend this exception to your version of the * this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version. * do so, delete this exception statement from your version.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 enchant.h   enchant.h 
skipping to change at line 18 skipping to change at line 18
* version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02110-1301, USA.
* *
* In addition, as a special exception, Dom Lachowicz * In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with * gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office * non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including * spell checker backend) and distribute linked combinations including
* the two. You must obey the GNU Lesser General Public License in all * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you mod ify * respects for all of the code used other than said providers. If you mod ify
* this file, you may extend this exception to your version of the * this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version. * do so, delete this exception statement from your version.
skipping to change at line 54 skipping to change at line 54
#else #else
#define ENCHANT_MODULE_EXPORT(x) __declspec(dllimport) x #define ENCHANT_MODULE_EXPORT(x) __declspec(dllimport) x
#endif #endif
#else #else
#define ENCHANT_MODULE_EXPORT(x) x #define ENCHANT_MODULE_EXPORT(x) x
#endif #endif
typedef struct str_enchant_broker EnchantBroker; typedef struct str_enchant_broker EnchantBroker;
typedef struct str_enchant_dict EnchantDict; typedef struct str_enchant_dict EnchantDict;
/* const */
ENCHANT_MODULE_EXPORT (char *)
enchant_get_version (void);
ENCHANT_MODULE_EXPORT (EnchantBroker *) ENCHANT_MODULE_EXPORT (EnchantBroker *)
enchant_broker_init (void); enchant_broker_init (void);
ENCHANT_MODULE_EXPORT (void) ENCHANT_MODULE_EXPORT (void)
enchant_broker_free (EnchantBroker * broker); enchant_broker_free (EnchantBroker * broker);
ENCHANT_MODULE_EXPORT (EnchantDict *) ENCHANT_MODULE_EXPORT (EnchantDict *)
enchant_broker_request_dict (EnchantBroker * broker, const char *const tag); enchant_broker_request_dict (EnchantBroker * broker, const char *const tag);
ENCHANT_MODULE_EXPORT (EnchantDict *) ENCHANT_MODULE_EXPORT (EnchantDict *)
enchant_broker_request_pwl_dict (EnchantBroker * broker, const char *c onst pwl); enchant_broker_request_pwl_dict (EnchantBroker * broker, const char *c onst pwl);
ENCHANT_MODULE_EXPORT (void) ENCHANT_MODULE_EXPORT (void)
 End of changes. 2 change blocks. 
1 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/