Statistics
| Branch: | Revision:

root / common.h @ 0:3c15de202295

History | View | Annotate | Download (162 Bytes)

1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <gtk/gtk.h>
4
#include <string.h>
5

    
6
#define USER_DIR "users/"
7

    
8
gchar * user_name;
9
char dir_name[200];// = USER_DIR;
10

    
Redmine Appliance - Powered by TurnKey Linux