]> err.no Git - yubikey-server-c/commitdiff
Get rid of error code struct too
authorTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 09:01:35 +0000 (11:01 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 09:01:35 +0000 (11:01 +0200)
src/main.c

index 66f5107afed8a0e594e8208edf65473081b6c5db..ec835580fae045ca5f2a6ef4425c4e275cfd6164 100644 (file)
 
 PGconn     *db_conn;
 
-struct error {
-       enum return_codes status;
-       const char *info;
-};
-
 struct ykc_stats {
        int active;
        char *public_id;