projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[linux-2.6]
/
arch
/
um
/
include
/
tempfile.h
1
/*
2
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __TEMPFILE_H__
7
#define __TEMPFILE_H__
8
9
extern int make_tempfile(const char *template, char **tempname, int do_unlink);
10
11
#endif