#include <atalk/logger.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "file.h"
Functions | |
int | markline (struct papfile *pf, char **start, int *linelength, int *crlflength) |
void | morespace (struct papfile *pf, const char *data, int len) |
void | append (struct papfile *pf, const char *data, int len) |
void | spoolreply (struct papfile *out, char *str) |
void | spoolerror (struct papfile *out, char *str) |
void append | ( | struct papfile * | pf, |
const char * | data, | ||
int | len ) |
int markline | ( | struct papfile * | pf, |
char ** | start, | ||
int * | linelength, | ||
int * | crlflength ) |
void morespace | ( | struct papfile * | pf, |
const char * | data, | ||
int | len ) |
void spoolerror | ( | struct papfile * | out, |
char * | str ) |
void spoolreply | ( | struct papfile * | out, |
char * | str ) |