aboutsummaryrefslogtreecommitdiff
path: root/riemann.fmi.uni-sofia.bg/programs/nlogin-0.3-pre/__end_parse.c
blob: 03e458d77f348b28a6310244718cc56567efda77 (plain)
1
2
3
4
5
6
7
8
9
10
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include "parselib.h"

void __end_parse(struct state* s) /*EXTRACT_INCL*/{
  munmap((void*)(s->buffirst),s->buflen);
  s->buffirst=0;
}