X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconf_cookie.h;h=5458b465543577fdf03ab8e55a6565dfae212057;hb=48659dd402a8457771d14abc46334151f7db07e7;hp=a5a8fea2b02f91718eeb01d0846112170c97910f;hpb=1ddb6a88b9dbdbee2bbf53ca1b89f39d049086d3;p=monky diff --git a/src/conf_cookie.h b/src/conf_cookie.h index a5a8fea..5458b46 100644 --- a/src/conf_cookie.h +++ b/src/conf_cookie.h @@ -1,8 +1,8 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _CONF_COOKIE_H #define _CONF_COOKIE_H -#include - -extern cookie_io_functions_t conf_cookie; +FILE *conf_cookie_open(void); #endif /* _CONF_COOKIE_H */