// Copyright 2019 The TAL Authors. All rights reserved.
#include "lib/extension_export.h"

extern "C" {
  int EXTENSION_EXPORT GetIExtension(void** pptr);
}
