2011-04-07 18:19:19 +02:00
|
|
|
/*
|
2025-02-14 10:24:30 -05:00
|
|
|
* Copyright (C) 2013-2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
2019-01-25 10:15:50 -05:00
|
|
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
|
|
|
* Copyright (C) 1995-2007 by Alexander Lehmann <lehmann@usa.net>,
|
|
|
|
* Andreas Dilger <adilger@enel.ucalgary.ca>,
|
|
|
|
* Glenn Randers-Pehrson <randeg@alum.rpi.edu>,
|
|
|
|
* Greg Roelofs <newt@pobox.com>,
|
|
|
|
* John Bowler <jbowler@acm.org>,
|
|
|
|
* Tom Lane <tgl@sss.pgh.pa.us>
|
2011-04-07 18:19:19 +02:00
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, and distribute this software and its
|
|
|
|
* documentation for any purpose and without fee is hereby granted, provided
|
|
|
|
* that the above copyright notice appear in all copies and that both that
|
|
|
|
* copyright notice and this permission notice appear in supporting
|
|
|
|
* documentation. This software is provided "as is" without express or
|
|
|
|
* implied warranty.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __PNG_H
|
|
|
|
#define __PNG_H
|
|
|
|
|
|
|
|
#include "others.h"
|
|
|
|
|
2020-03-19 21:23:54 -04:00
|
|
|
cl_error_t cli_parsepng(cli_ctx *ctx);
|
2011-04-07 18:19:19 +02:00
|
|
|
|
|
|
|
#endif
|