netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
afppasswd_migrate.h
Go to the documentation of this file.
1/*
2 * Internal support for migrating the legacy flat SRP verifier file.
3 */
4
5#ifndef NETATALK_AFPPASSWD_MIGRATE_H
6#define NETATALK_AFPPASSWD_MIGRATE_H
7
8#include <sys/types.h>
9
10int afppasswd_migrate_srp(const char *path, uid_t administrator_uid);
11
12#endif /* NETATALK_AFPPASSWD_MIGRATE_H */
int afppasswd_migrate_srp(const char *path, uid_t administrator_uid)
Definition afppasswd_migrate.c:628
Definition include/atalk/directory.h:140