X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_crc32.h;h=822a62b3dccca5a656b98aaea8338e8387a47c89;hb=master;hp=cf60d24d7c6e94c62865bea365b8410fb649f5e1;hpb=f7f5868ee0378791ccd8d1788e27ebf2a02737dc;p=collectd.git diff --git a/src/utils_crc32.h b/src/utils_crc32.h deleted file mode 100644 index cf60d24d..00000000 --- a/src/utils_crc32.h +++ /dev/null @@ -1,32 +0,0 @@ -/** - * collectd - src/utils_crc32.h - * Copyright (C) 2014 Pierre-Yves Ritschard - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - * - * Authors: - * Pierre-Yves Ritschard - */ - -#ifndef UTILS_CRC32_H -#define UTILS_CRC32_H 1 - -uint32_t crc32_buffer(const unsigned char *, size_t); - -#endif