/usr/include/mimetic/codec/codec.h is in libmimetic-dev 0.9.8-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /***************************************************************************
copyright : (C) 2002-2008 by Stefano Barbato
email : stefano@codesink.org
$Id: codec.h,v 1.7 2008-10-07 11:06:26 tat Exp $
***************************************************************************/
#ifndef _MIMETIC_CODEC_CODEC_H_
#define _MIMETIC_CODEC_CODEC_H_
#include <mimetic/codec/codec_base.h>
#include <mimetic/codec/codec_chain.h>
#include <mimetic/codec/base64.h>
#include <mimetic/codec/qp.h>
#include <mimetic/codec/code.h>
#include <mimetic/codec/other_codecs.h>
#endif
|