X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fopenmj2%2Fj2k_lib.h;h=33559a733f20c3beca10fe561d13d322643edfab;hb=4748318136626dd9e841ea1aa8b52adfbab26772;hp=5f3406e510650511618d8d99e43343d65e2ffaf2;hpb=2e30886a0d5b6fa0e03d5dae9948a080253d1b3b;p=openjpeg.git diff --git a/src/lib/openmj2/j2k_lib.h b/src/lib/openmj2/j2k_lib.h index 5f3406e5..33559a73 100644 --- a/src/lib/openmj2/j2k_lib.h +++ b/src/lib/openmj2/j2k_lib.h @@ -1,4 +1,9 @@ /* + * The copyright in this software is being made available under the 2-clauses + * BSD License, included below. This software may be subject to other third + * party and contributor rights, including patent rights, and no such rights + * are granted under this license. + * * Copyright (c) 2005, Herve Drolon, FreeImage Team * All rights reserved. * @@ -43,7 +48,7 @@ The functions in J2K_LIB.C are internal utilities mainly used for timing. Difference in successive opj_clock() calls tells you the elapsed time @return Returns time in seconds */ -double opj_clock(void); +OPJ_API double OPJ_CALLCONV opj_clock(void); /* ----------------------------------------------------------------------- */ /*@}*/