/* * Copyright 1995-2007 by Alexander Lehmann , * Andreas Dilger , * Glenn Randers-Pehrson , * Greg Roelofs , * John Bowler , * Tom Lane * Copyright (C) 2011 Sourcefire, Inc. * Maintainer: Tomasz Kojm * * 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" int cli_parsepng(cli_ctx *ctx); #endif