Files
android/proprietary/drmwvmplugin/include/WVMLogging.h
Jeff Tinker c3949b1967 Changed license headers from AOSP to Google copyright
Change-Id: I3587e290cf49755e06354118fbf877d189508ce8
related-to-bug: 5833045
2012-01-24 15:27:50 -08:00

11 lines
163 B
C

/*
* Copyright (C) 2011 Google, Inc. All Rights Reserved
*/
#ifndef __WVMLOGGING_H__
#define __WVMLOGGING_H__
void android_printbuf(const char *buf);
#endif