index
:
farfetch.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpu.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/gpu.h')
-rw-r--r--
src/gpu.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu.h b/src/gpu.h
index 0db6e79..0d4a787 100644
--- a/
src/gpu.h
+++ b/
src/gpu.h
@@ -1,6 +1,6 @@
#ifndef GPU_H
#define GPU_H
-void display_gpu();
+const char *display_gpu();
#endif