mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
gtkperf: Define prototype for setup_appdata
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
|||||||
|
From 6b5f695cb206cd8b3cbcbcd7713e52772e89306b Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Fri, 2 Sep 2022 20:47:32 -0700
|
||||||
|
Subject: [PATCH] main.c: Define prototype for setup_appdata
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
src/main.c | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/main.c b/src/main.c
|
||||||
|
index c226799..b4ce6d1 100644
|
||||||
|
--- a/src/main.c
|
||||||
|
+++ b/src/main.c
|
||||||
|
@@ -18,6 +18,8 @@
|
||||||
|
#include "callbacks.h"
|
||||||
|
#include "appdata.h"
|
||||||
|
|
||||||
|
+void setup_appdata(AppData * appdata_in);
|
||||||
|
+
|
||||||
|
int
|
||||||
|
main (int argc, char **argv)
|
||||||
|
{
|
||||||
|
--
|
||||||
|
2.37.3
|
||||||
|
|
||||||
@@ -8,6 +8,7 @@ SRC_URI = "http://prdownloads.sourceforge.net/${BPN}/${BPN}_${PV}.tar.gz \
|
|||||||
file://0001-Include-stdlib.h-for-exit-API.patch \
|
file://0001-Include-stdlib.h-for-exit-API.patch \
|
||||||
file://0002-timing.c-Fix-format-security-errors.patch \
|
file://0002-timing.c-Fix-format-security-errors.patch \
|
||||||
file://gettext.patch \
|
file://gettext.patch \
|
||||||
|
file://0001-main.c-Define-prototype-for-setup_appdata.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "4331dde4bb83865e15482885fcb0cc53"
|
SRC_URI[md5sum] = "4331dde4bb83865e15482885fcb0cc53"
|
||||||
|
|||||||
Reference in New Issue
Block a user