/* ------------------------------------------------------------------
    PSPOP.H -- header file for directive parser
     This is free software, please see the file
     "COPYING" for copyright and licence details
   ------------------------------------------------------------------ */

#ifndef _PSPOP_H
#define _PSPOP_H

void parsepop(char *,char *);

#endif
