diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-02 22:28:53 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-02 22:28:53 +0000 |
commit | bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 (patch) | |
tree | aaff674f4b38286007250298e88cc21d2f7c8d3c /src/vars.h | |
parent | aa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (diff) | |
download | calcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.tar.gz calcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.zip |
code cleanup
Diffstat (limited to 'src/vars.h')
-rwxr-xr-x | src/vars.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,8 @@ -/* $calcurse: vars.h,v 1.28 2008/12/28 19:41:45 culot Exp $ */ +/* $calcurse: vars.h,v 1.29 2009/01/02 22:28:54 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2008 Frederic Culot + * Copyright (c) 2004-2009 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -119,10 +119,9 @@ extern char path_apts[BUFSIZ]; extern char path_conf[BUFSIZ]; extern char path_keys[BUFSIZ]; extern char path_notes[BUFSIZ]; -extern struct pad_s *apad; -extern struct nbar_s *nbar; +extern struct pad_s apad; +extern struct nbar_s nbar; void vars_init (conf_t *conf); -void vars_free (void); #endif /* CALCURSE_VARS_H */ |