hs-bibutils-6.3.0.0: bibutils/notes.h
/* * notes.h * * Copyright (c) Chris Putnam 2016-2018 * * Source code released under the GPL version 2 * */ #ifndef NOTES_H #define NOTES_H #include "bibutils.h" int notes_add( fields *bibout, str *invalue, int level ); #endif