#include <atalk/logger.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "comment.h"
Functions | |
void | compop (void) |
void | compush (struct papd_comment *comment) |
int | comswitch (struct papd_comment *comments, int(*handler)()) |
int | comcmp (char *start, char *stop, char *str, int how) |
struct papd_comment * | commatch (char *start, char *stop, struct papd_comment comments[]) |
Variables | |
struct comstate * | comstate |
char * | comcont = "%%+" |
int comcmp | ( | char * | start, |
char * | stop, | ||
char * | str, | ||
int | how ) |
struct papd_comment * commatch | ( | char * | start, |
char * | stop, | ||
struct papd_comment | comments[] ) |
void compop | ( | void | ) |
void compush | ( | struct papd_comment * | comment | ) |
int comswitch | ( | struct papd_comment * | comments, |
int(* | handler )() ) |
char* comcont = "%%+" |
struct comstate* comstate |