annotate src/master/sysinfo-get.h @ 8354:5339d2ebeb56 HEAD

dovecot -n/-a: Print some information about the system.
author Timo Sirainen <tss@iki.fi>
date Wed, 29 Oct 2008 20:16:40 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8354
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 #ifndef SYSINFO_GET_H
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 #define SYSINFO_GET_H
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 const char *sysinfo_get(const char *mail_location);
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5
5339d2ebeb56 dovecot -n/-a: Print some information about the system.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 #endif