commit | abd1e3dd923239043a865a9eeaca69b24857e77e | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Wed Apr 28 01:47:00 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Wed Apr 28 01:47:00 2010 -0700 |
tree | 895de32b0f87cf1f7276715eb7ccb04ce9b8e786 | |
parent | f30a48c5c5bf60150c8729bef35bf26e18f407b6 [diff] [blame] |
Sync upstream to r102410. Re-turn on sdk. Change-Id: I91a890863989a67243b4d2dfd1ae09b843ebaeaf
diff --git a/bcc_runtime.h b/bcc_runtime.h index 8ab9b79..7604c7f 100644 --- a/bcc_runtime.h +++ b/bcc_runtime.h
@@ -5,8 +5,8 @@ extern "C" { #endif - void ListRuntimeFunction(); void* FindRuntimeFunction(const char* Name); +void VerifyRuntimesTable(); #ifdef __cplusplus };