Artifact 3dcc1f6bc27d4e3c0a74d50c42878739fbb7ce0d:
- File build/chrome/cackey-chrome.h — part of check-in [9e8c8d0997] at 2016-02-10 23:04:54 on branch trunk — More work towards getting ChromeOS extension going (user: rkeene, size: 335) [annotate] [blame] [check-ins using]
#ifndef CACKEY_CHROME_CACKEY_H #define CACKEY_CHROME_CACKEY_H 1 # ifdef __cplusplus extern "C" { # endif #include <stddef.h> struct cackey_certificate { size_t certificate_len; unsigned char *certificate; }; int cackey_chrome_listCertificates(struct cackey_certificate **certificates); # ifdef __cplusplus } # endif #endif