Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ef05db99
...
ef05db999755e32b4cf7344d906e8e6057d4791d
authored
2005-02-25 16:33:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <auth/sql.h>. A temporary solution.
1 parent
03923bb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
mail.local/mailquota.c
mail.local/mailquota.c
View file @
ef05db9
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2004,
2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -138,13 +139,7 @@ dbm_retrieve_quota (char *name, size_t *quota)
#include <mailutils/sql.h>
/* FIXME: defined in auth/sql.c */
extern
int
sql_interface
;
extern
char
*
mu_sql_host
;
extern
char
*
mu_sql_user
;
extern
char
*
mu_sql_passwd
;
extern
char
*
mu_sql_db
;
extern
int
mu_sql_port
;
extern
char
*
mu_sql_expand_query
(
const
char
*
query
,
const
char
*
ustr
);
#include <auth/sql.h>
int
sql_retrieve_quota
(
char
*
name
,
size_t
*
quota
)
...
...
Please
register
or
sign in
to post a comment