File: config.h

package info (click to toggle)
console-apt 0.7.7.2potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 612 kB
  • ctags: 658
  • sloc: cpp: 6,883; sh: 152; makefile: 47
file content (12 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _config_h
#define _config_h

extern bool writeconfig(void);
extern bool initconfig(void);
extern void store_config_param(char *, char *);
extern bool valid_config_param(char *);
extern bool set_config_string(char *, char *);
extern char *get_config_string(char *);

#endif