Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
setproctitle / src / spt.h
Size: Mime:
/*-------------------------------------------------------------------------
 *
 * spt.h
 *    Definitions useful throughout all the extension.
 *
 * Copyright (c) 2010 Daniele Varrazzo <daniele.varrazzo@gmail.com>
 *
 *-------------------------------------------------------------------------
 */

#ifndef SPT_H
#define SPT_H

#include "spt_config.h"
#include "spt_python.h"

/* expose the debug function to the extension code */
void spt_debug(const char *fmt, ...);

#endif