This function creates a symlink, a symbolic link. The only real use of this function is for compatibility reasons to systems that are changing. One probably should not use symlinks when designing a new proc interface.
extern struct proc_dir_entry *proc_symlink( const char *file_name, struct proc_dir_entry *parent, const char *symlink_name);