#ifndef QUICHE_HTTP2_HPACK_DECODER_HPACK_ENTRY_DECODER_LISTENER_H_
#define QUICHE_HTTP2_HPACK_DECODER_HPACK_ENTRY_DECODER_LISTENER_H_
#include <stddef.h>
#include "quiche/http2/hpack/http2_hpack_constants.h"
#include "quiche/common/platform/api/quiche_export.h"
namespace http2 {
class QUICHE_EXPORT HpackEntryDecoderListener { … };
class QUICHE_EXPORT HpackEntryDecoderVLoggingListener
: public HpackEntryDecoderListener { … };
class QUICHE_EXPORT HpackEntryDecoderNoOpListener
: public HpackEntryDecoderListener { … };
}
#endif