#ifndef NATIVE_EXTENSION_GRAB_H
#define NATIVE_EXTENSION_GRAB_H

#include <nan.h>

// Implementations are in snowball.cpp

NAN_METHOD(Stemword);

#endif