X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.fastlz%2Fnative%2Ffastlz_write.h;h=3d562ab222df6b86e75f3749723086e6fc5bc2f5;hb=e19c37f84fd1ce2d946578f7c05f3e45444ba67a;hp=a1459730d4e8712dccaa54b4bbf70d42325ad92d;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.fastlz/native/fastlz_write.h b/bundles/org.simantics.fastlz/native/fastlz_write.h index a1459730d..3d562ab22 100644 --- a/bundles/org.simantics.fastlz/native/fastlz_write.h +++ b/bundles/org.simantics.fastlz/native/fastlz_write.h @@ -1,14 +1,14 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -void initWrite(FILE* _handle); -void deinitWrite(); -void write(char* data, int offset, int length); +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +void initWrite(FILE* _handle); +void deinitWrite(); +void write(char* data, int offset, int length);