~ubuntu-branches/debian/lenny/netatalk/lenny

« back to all changes in this revision

Viewing changes to etc/afpd/status.h

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2005-10-07 13:46:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051007134611-r07qa2g67xwkp2if
Tags: 2.0.3-1ubuntu1
* debian/netatalk.init
  - run cnid_metad if CNID_METAD_RUN=yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: status.h,v 1.5.4.1 2003/06/09 14:30:45 srittau Exp $
 
2
 * $Id: status.h,v 1.6.6.1 2003/11/18 12:37:02 didg Exp $
3
3
 */
4
4
 
5
5
#ifndef AFPD_STATUS_H
41
41
 
42
42
extern void status_versions __P((char * /*status*/));
43
43
extern void status_uams __P((char * /*status*/, const char * /*authlist*/));
 
44
extern void status_reset __P((void ));
44
45
extern void status_init __P((AFPConfig *, AFPConfig *,
45
46
                                 const struct afp_options *));
46
47
extern int      afp_getsrvrinfo __P((AFPObj *, char *, int, char *, int *));