securityanddataprivacytools/securitytools/certapp/api/certapp-api.c
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    19 #include <stdio.h>
    19 #include <stdio.h>
    20 #include <stdlib.h>
    20 #include <stdlib.h>
    21 #include <string.h>
    21 #include <string.h>
    22 #include <errno.h>
    22 #include <errno.h>
    23 
    23 
    24 #include "certapp-api.h"
    24 #include <tools/certapp-api.h>
    25 
    25 
    26 #define CERTAPP "certapp"
    26 #define CERTAPP "certapp"
    27 typedef const char *ArgPtr;
    27 typedef const char *ArgPtr;
    28 
    28 
    29 #ifdef __LINUX__
    29 #ifdef __LINUX__