blob: a8f5877bf0ee4f727ad80158b50fb4d75eb02df9 [file] [log] [blame]
/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkOSLibrary_DEFINED
#define SkOSLibrary_DEFINED
void* SkLoadDynamicLibrary(const char* libraryName);
void* SkGetProcedureAddress(void* library, const char* functionName);
#endif