Skip to content
Snippets Groups Projects
Commit fa261d75 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added an RCS-id.

Rev: src/modules/mysql/mysql.c:1.2
parent 5018c88a
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: mysql.c,v 1.1 1996/12/28 18:51:41 grubba Exp $ * $Id: mysql.c,v 1.2 1996/12/30 20:45:13 grubba Exp $
* *
* SQL database functionality for Pike * SQL database functionality for Pike
* *
...@@ -27,6 +27,7 @@ typedef struct dynamic_buffer_s dynamic_buffer; ...@@ -27,6 +27,7 @@ typedef struct dynamic_buffer_s dynamic_buffer;
#endif /* HAVE_MYSQL */ #endif /* HAVE_MYSQL */
/* From the Pike-dist */ /* From the Pike-dist */
#include <global.h>
#include <svalue.h> #include <svalue.h>
#include <object.h> #include <object.h>
#include <stralloc.h> #include <stralloc.h>
...@@ -52,6 +53,8 @@ typedef struct dynamic_buffer_s dynamic_buffer; ...@@ -52,6 +53,8 @@ typedef struct dynamic_buffer_s dynamic_buffer;
* Globals * Globals
*/ */
RCSID("$Id: mysql.c,v 1.2 1996/12/30 20:45:13 grubba Exp $");
struct program *mysql_program = NULL; struct program *mysql_program = NULL;
/* /*
...@@ -370,7 +373,7 @@ static void f_list_fields(INT32 args) ...@@ -370,7 +373,7 @@ static void f_list_fields(INT32 args)
#endif /* 0 */ #endif /* 0 */
/* object(mysql_res) list_processes(void|string wild) */ /* object(mysql_res) list_processes() */
static void f_list_processes(INT32 args) static void f_list_processes(INT32 args)
{ {
pop_n_elems(args); pop_n_elems(args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment