OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright 2015 Google Inc. | 2 * Copyright 2015 Google Inc. |
4 * | 3 * |
5 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
6 * found in the LICENSE file. | 5 * found in the LICENSE file. |
7 */ | 6 */ |
8 | 7 |
9 #ifndef SkOSEnvironment_DEFINED | 8 #ifndef SkOSEnvironment_DEFINED |
10 #define SkOSEnvironment_DEFINED | 9 #define SkOSEnvironment_DEFINED |
11 | 10 |
12 void sk_setenv(const char* key, const char* value); | 11 void sk_setenv(const char* key, const char* value); |
13 | 12 |
14 #endif | 13 #endif |
15 | |
OLD | NEW |