mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 12:46:45 +02:00
sendfile tab-complete for ~/ shortcut
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
#ifndef _configdir_h
|
||||
#define _configdir_h
|
||||
|
||||
#ifndef NSS_BUFLEN_PASSWD
|
||||
#define NSS_BUFLEN_PASSWD 4096
|
||||
#endif
|
||||
|
||||
#define CONFIGDIR "/tox/"
|
||||
|
||||
#ifndef S_ISDIR
|
||||
@ -30,7 +34,7 @@
|
||||
#endif
|
||||
|
||||
char *get_user_config_dir(void);
|
||||
|
||||
void get_home_dir(char *home, int size);
|
||||
int create_user_config_dir(char *path);
|
||||
|
||||
#endif /* #define _configdir_h */
|
||||
|
Reference in New Issue
Block a user