File: ruby_shared_stub.c

package info (click to toggle)
mod-ruby 1.2.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 684 kB
  • ctags: 852
  • sloc: ansic: 6,195; ruby: 1,408; makefile: 95; sh: 16
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#include "httpd.h"
#include "http_config.h"
extern module ruby_module;
module * stub_function(void)
{
    return &ruby_module;
}

/* vim: set filetype=c ts=8 sw=4 : */