#include <arpa/inet.h>
#include <ctype.h>
#include <grp.h>
#include <netdb.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include <atalk/compat.h>
#include <atalk/errchk.h>
#include <atalk/fce_api.h>
#include <atalk/globals.h>
#include <atalk/logger.h>
#include <atalk/util.h>
#include "status.h"
#include "auth.h"
#include "dircache.h"
Macros | |
#define | LENGTH 512 |
Functions | |
static void | show_version (void) |
static void | show_version_extended (void) |
static void | show_paths (void) |
static void | show_usage (void) |
void | afp_options_parse_cmdline (AFPObj *obj, int ac, char **av) |
#define LENGTH 512 |
void afp_options_parse_cmdline | ( | AFPObj * | obj, |
int | ac, | ||
char ** | av ) |
|
static |
|
static |
|
static |
|
static |